mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
fftw: 3.3.9 -> 3.3.10
This commit is contained in:
parent
9f329731b5
commit
aecf9d85e9
|
@ -19,7 +19,7 @@ assert stdenv.cc.isClang -> llvmPackages != null;
|
||||||
assert elem precision [ "single" "double" "long-double" "quad-precision" ];
|
assert elem precision [ "single" "double" "long-double" "quad-precision" ];
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.3.9";
|
version = "3.3.10";
|
||||||
withDoc = stdenv.cc.isGNU;
|
withDoc = stdenv.cc.isGNU;
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||||
"http://fftw.org/fftw-${version}.tar.gz"
|
"http://fftw.org/fftw-${version}.tar.gz"
|
||||||
"ftp://ftp.fftw.org/pub/fftw/fftw-${version}.tar.gz"
|
"ftp://ftp.fftw.org/pub/fftw/fftw-${version}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "sha256-vyx85AsEroEa9xTetRJRDMLBe5q51t3PSf5Eh+6nrz0=";
|
sha256 = "sha256-VskyVJhSzdz6/as4ILAgDHdCZ1vpIXnlnmIVs0DiZGc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ]
|
outputs = [ "out" "dev" "man" ]
|
||||||
|
|
Loading…
Reference in a new issue