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

armadillo: 8.500.1 -> 8.600.0
This commit is contained in:
Silvan Mosberger 2018-07-06 18:27:42 +02:00 committed by GitHub
commit 140f384ff7
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 = "8.500.1";
version = "8.600.0";
name = "armadillo-${version}";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
sha256 = "0bm1g93yr79i74382pq1almakpyf42yipiqkqy742jyzwbxhxr5c";
sha256 = "0h3bj93s7pr7nfwgjx6c49hgf6jlp5ninp921a8krhkzx4swf02z";
};
nativeBuildInputs = [ cmake ];