17 buildPythonPackage rec {
18 pname = "scikits.odes";
24 inherit pname version;
25 sha256 = "0kbf2n16h9s35x6pavlx6sff0pqr68i0x0609z92a4vadni32n6b";
33 propagatedBuildInputs = [
37 ] ++ lib.optionals (!isPy3k) [ enum34 ];
40 checkInputs = [ pytest ];
43 cd $out/${python.sitePackages}/scikits/odes/tests
48 description = "A scikit offering extra ode/dae solvers, as an extension to what is available in scipy";
49 homepage = "https://github.com/bmcage/odes";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ idontgetoutmuch ];
52 platforms = [ "aarch64-linux" "x86_64-linux" "x86_64-darwin" ];