qcdnum: 17-01-15 -> 18-00-00
Changelog at https://www.nikhef.nl/~h24/qcdnum/QcdnumDownload.html says: Same as qcdnum-17-01/15 with a few minor fixes. One of these fixes is to replace real*16 with double precision for a few variables to be standards compliant. This resolves following error: Error: Old-style type declaration REAL*16 not supported at (1)
This commit is contained in:
parent
c287ef60cb
commit
de529b107b
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "QCDNUM";
|
||||
version = "17-01-15";
|
||||
version = "18-00-00";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.nikhef.nl/user/h24/qcdnum-files/download/qcdnum${builtins.replaceStrings ["-"] [""] version}.tar.gz";
|
||||
sha256 = "0ibk1sppss45qh0g8i2c99alkx82xdbss3p55f5367bxjx4iqvvg";
|
||||
hash = "sha256-4Qj5JreEA1LkCAunGRTTQD7YEYNk+HcQ4iH97DIO4gA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gfortran ];
|
||||
|
Loading…
Reference in New Issue
Block a user