Merge pull request #52401 from r-ryantm/auto-update/armadillo

armadillo: 9.200.4 -> 9.200.6
This commit is contained in:
markuskowa 2018-12-16 19:57:28 +01:00 committed by GitHub
commit 1a192fb1a8
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.200.4";
version = "9.200.6";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "0rkry405vacvlvkc7xdkzh20zf7yni9hsp65v0dby91na0wcrl8h";
sha256 = "1gm8dysb29f3p96bzjgdb5r70dc6y5jq1avg18sdixz0hgnxqq14";
};
nativeBuildInputs = [ cmake ];