1 { lib, stdenv, fetchurl, gfortran }:
4 name = "openspecfun-0.5.3";
6 url = "https://github.com/JuliaLang/openspecfun/archive/v0.5.3.tar.gz";
7 sha256 = "1rs1bv8jq751fv9vq79890wqf9xlbjc7lvz3ighzyfczbyjcf18m";
10 makeFlags = [ "prefix=$(out)" ];
12 nativeBuildInputs = [ gfortran ];
15 description = "A collection of special mathematical functions";
16 homepage = "https://github.com/JuliaLang/openspecfun";
17 license = lib.licenses.mit;
18 maintainers = [ lib.maintainers.ttuegel ];
19 platforms = lib.platforms.all;