armadillo: fix evaluation error
cc: @ndowens08
This commit is contained in:
parent
8490317fef
commit
82e760a3d6
@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = [ "-DDETECT_HDF5=ON" ];
|
cmakeFlags = [ "-DDETECT_HDF5=ON" ];
|
||||||
|
|
||||||
patches = [ ./use-unix-config-on-OS-X.patch ];
|
patches = [ ./use-unix-config-on-OS-X.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ linear algebra library";
|
description = "C++ linear algebra library";
|
||||||
homepage = http://arma.sourceforge.net;
|
homepage = http://arma.sourceforge.net;
|
||||||
license = licenses.apl2;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ juliendehos knedlsepp ];
|
maintainers = with maintainers; [ juliendehos knedlsepp ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user