1 { stdenv, lib, fetchurl, cmake, perl }:
3 stdenv.mkDerivation rec {
8 url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz";
9 sha256 = "05lpaxmy6275nbzvf1ahxcfymyph89pvlgg8h9sp9iwal4g8nvn8";
12 nativeBuildInputs = [ cmake perl ];
15 description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
16 homepage = "https://jugit.fz-juelich.de/mlz/libcerf";
17 license = licenses.mit;
18 maintainers = with maintainers; [ orivej ];
19 platforms = platforms.all;