3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #66732 from markuskowa/upd-armadillo

armadillo: 9.600.5 -> 9.600.6
This commit is contained in:
markuskowa 2019-08-18 11:34:57 +02:00 committed by GitHub
commit 9defd3e3e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, cmake, openblasCompat, superlu, hdf5 }:
stdenv.mkDerivation rec {
version = "9.600.5";
version = "9.600.6";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "1gy2rb3klvzx833851qgsbh5k1ds5zffwk0rmy1k8b1g51jdd76x";
sha256 = "0wlk1yv9531vpvgja4cpy0sxykrn0p5w376kx86vl45b50yamx7g";
};
nativeBuildInputs = [ cmake ];