mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
ocamlPackages.owl: unbreak by reversing previous edits
- package was broken by 1c8aba83
(#83888)
- fixes #85915
This commit is contained in:
parent
d7f63096f6
commit
d737f310ff
@ -6,13 +6,11 @@
|
||||
, eigen
|
||||
, stdio
|
||||
, stdlib-shims
|
||||
, openblas, blas, lapack
|
||||
, openblasCompat
|
||||
, owl-base
|
||||
, npy
|
||||
}:
|
||||
|
||||
assert (!blas.isILP64) && (!lapack.isILP64);
|
||||
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "owl";
|
||||
@ -22,7 +20,7 @@ buildDunePackage rec {
|
||||
checkInputs = [ alcotest ];
|
||||
buildInputs = [ dune-configurator ];
|
||||
propagatedBuildInputs = [
|
||||
eigen stdio stdlib-shims openblas owl-base npy
|
||||
eigen stdio stdlib-shims openblasCompat owl-base npy
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin; # https://github.com/owlbarn/owl/issues/462
|
||||
|
Loading…
Reference in New Issue
Block a user