openspecfun: init at 0.4
This commit is contained in:
parent
f9e7011626
commit
cd2c0e4e86
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchurl, gfortran }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "openspecfun-0.4";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://github.com/JuliaLang/openspecfun/archive/v0.4.tar.gz";
|
||||||
|
sha256 = "0nsa3jjmlhcqkw5ba5ypbn3n0c8b6lc22zzlxnmxkxi9shhdx65z";
|
||||||
|
};
|
||||||
|
|
||||||
|
makeFlags = [ "prefix=$(out)" ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ gfortran ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A collection of special mathematical functions";
|
||||||
|
homepage = "https://github.com/JuliaLang/openspecfun";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.ttuegel ];
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
};
|
||||||
|
}
|
@ -14271,6 +14271,8 @@ let
|
|||||||
|
|
||||||
openlibm = callPackage ../development/libraries/science/math/openlibm {};
|
openlibm = callPackage ../development/libraries/science/math/openlibm {};
|
||||||
|
|
||||||
|
openspecfun = callPackage ../development/libraries/science/math/openspecfun {};
|
||||||
|
|
||||||
mathematica = callPackage ../applications/science/math/mathematica { };
|
mathematica = callPackage ../applications/science/math/mathematica { };
|
||||||
mathematica9 = callPackage ../applications/science/math/mathematica/9.nix { };
|
mathematica9 = callPackage ../applications/science/math/mathematica/9.nix { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user