ocamlPackages.owl: 0.10.0 -> 1.0.0
This commit is contained in:
parent
7f42b0a5ab
commit
1b86837cce
2 changed files with 4 additions and 5 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "owl-base";
|
||||
version = "0.10.0";
|
||||
version = "1.0.0";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/owlbarn/owl/releases/download/${version}/owl-${version}.tbz";
|
||||
sha256 = "148ny2cdzga1l36kcibvlz5xlyi5zvkywifxaqn8lf79n1swmlzf";
|
||||
sha256 = "1gny4351ws2r7dp53nampfyh39l0z6qqvxj5v3d05mpdi2aa06yr";
|
||||
};
|
||||
|
||||
minimumOCamlVersion = "4.10";
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, alcotest
|
||||
, eigen
|
||||
, stdio
|
||||
, stdlib-shims
|
||||
, openblasCompat
|
||||
, owl-base
|
||||
, npy
|
||||
|
@ -18,9 +17,9 @@ buildDunePackage rec {
|
|||
inherit (owl-base) version src meta useDune2;
|
||||
|
||||
checkInputs = [ alcotest ];
|
||||
buildInputs = [ dune-configurator ];
|
||||
buildInputs = [ dune-configurator stdio ];
|
||||
propagatedBuildInputs = [
|
||||
eigen stdio stdlib-shims openblasCompat owl-base npy
|
||||
eigen openblasCompat owl-base npy
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin; # https://github.com/owlbarn/owl/issues/462
|
||||
|
|
Loading…
Reference in a new issue