Armadillo: bump version (#1726)

This commit is contained in:
miqlas
2017-10-22 11:22:08 +02:00
committed by Jérôme Duval
parent f1004811d0
commit 654004adcc

View File

@@ -4,12 +4,14 @@ cubes, as well as 200+ associated functions (eg. contiguous and non-contiguous \
submatrix views). Various matrix decompositions are provided through \
integration with LAPACK, or one of its high performance drop-in replacements."
HOMEPAGE="http://arma.sourceforge.net/"
COPYRIGHT="2008-2016 Conrad Sanderson
2008-2016 National ICT Australia (NICTA)"
COPYRIGHT="2008-2017 Conrad Sanderson
2008-2016 National ICT Australia (NICTA)
2017 Arroyo Consortium
2017 Data61, CSIRO"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/arma/files/armadillo-$portVersion.tar.xz"
CHECKSUM_SHA256="efd70600ab6f30449d90a3e58ff7499937985209bb0a03ce4e322474dbf11fe3"
CHECKSUM_SHA256="9d041975db0e92c4be019a70e961bcbb78f7167c7d36ef432d940f9c54949110"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 ?x86"
@@ -58,8 +60,8 @@ BUILD()
-DCMAKE_INSTALL_PREFIX=$prefix \
-DDETECT_HDF5=ON \
-DBUILD_SHARED_LIBS=ON \
-DINSTALL_INCLUDE_DIR=$includeDir \
-DINSTALL_DATA_DIR=$libDir
-DCMAKE_INSTALL_INCLUDEDIR=$includeDir \
-DCMAKE_INSTALL_DATADIR=$libDir
make $jobArgs