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
|
, eigen
|
||||||
, stdio
|
, stdio
|
||||||
, stdlib-shims
|
, stdlib-shims
|
||||||
, openblas, blas, lapack
|
, openblasCompat
|
||||||
, owl-base
|
, owl-base
|
||||||
, npy
|
, npy
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert (!blas.isILP64) && (!lapack.isILP64);
|
|
||||||
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
|
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "owl";
|
pname = "owl";
|
||||||
@ -22,7 +20,7 @@ buildDunePackage rec {
|
|||||||
checkInputs = [ alcotest ];
|
checkInputs = [ alcotest ];
|
||||||
buildInputs = [ dune-configurator ];
|
buildInputs = [ dune-configurator ];
|
||||||
propagatedBuildInputs = [
|
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
|
doCheck = !stdenv.isDarwin; # https://github.com/owlbarn/owl/issues/462
|
||||||
|
Loading…
x
Reference in New Issue
Block a user