libcerf: init at 1.5

squash! libcerf: init at 1.5

squash! libcerf: init at 1.5
This commit is contained in:
Orivej Desh 2017-12-10 16:47:36 +00:00
parent 0781951e75
commit e21e752caf
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
name = "libcerf-1.5";
src = fetchurl {
url = "http://apps.jcns.fz-juelich.de/src/libcerf/libcerf-1.5.tgz";
sha256 = "11jwr8ql4a9kmv04ycgwk4dsqnlv4l65a8aa0x1i3y7zwx3w2vg3";
};
meta = with lib; {
description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
homepage = http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
license = licenses.mit;
maintainers = with maintainers; [ orivej ];
platforms = platforms.all;
};
}

View File

@ -9010,6 +9010,8 @@ with pkgs;
libcello = callPackage ../development/libraries/libcello {};
libcerf = callPackage ../development/libraries/libcerf {};
libcdaudio = callPackage ../development/libraries/libcdaudio { };
libcddb = callPackage ../development/libraries/libcddb { };