ocamlPackages.{owl-base,owl}: init at 0.7.1
This commit is contained in:
committed by
Vincent Laporte
parent
777efe8425
commit
d016a507ea
@@ -0,0 +1,15 @@
|
||||
{ stdenv, buildDunePackage, fetchFromGitHub, alcotest
|
||||
, eigen, stdio, stdlib-shims, openblasCompat, owl-base
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "owl";
|
||||
|
||||
inherit (owl-base) version src meta;
|
||||
|
||||
buildInputs = [ eigen ];
|
||||
checkInputs = [ alcotest ];
|
||||
propagatedBuildInputs = [ stdio stdlib-shims openblasCompat owl-base ];
|
||||
|
||||
# tests not enabled for now due to owlbarn/owl/issues/460
|
||||
}
|
||||
Reference in New Issue
Block a user