16 buildPythonPackage rec {
17 pname = "scikits.odes";
23 inherit pname version;
24 hash = "sha256-px4Z4UhYk3VK6MBQZoIy/MaU8XuDYC51++v3v5+XXh4=";
32 propagatedBuildInputs = [
36 ] ++ lib.optionals (!isPy3k) [ enum34 ];
39 nativeCheckInputs = [ pytest ];
42 cd $out/${python.sitePackages}/scikits/odes/tests
47 description = "A scikit offering extra ode/dae solvers, as an extension to what is available in scipy";
48 homepage = "https://github.com/bmcage/odes";
49 license = licenses.bsd3;
50 maintainers = with maintainers; [ idontgetoutmuch ];
51 platforms = [ "aarch64-linux" "x86_64-linux" "x86_64-darwin" ];