armadillo: 8.500.1 -> 8.600.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/armadillo/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 8.600.0 with grep in /nix/store/m4l2zgjz09q33vv7k1gfj5h5qai41zz5-armadillo-8.600.0
- directory tree listing: https://gist.github.com/1453f46d5d1e8d2711fee7764e49fc8b
- du listing: https://gist.github.com/843d38178389290c409688879c45f3b0
This commit is contained in:
R. RyanTM 2018-07-04 16:22:42 -07:00
parent a260b3d681
commit 5c339c9366

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 ];