From 654004adcc39fd0d8d76670e86af5f282731f45a Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 22 Oct 2017 11:22:08 +0200 Subject: [PATCH] Armadillo: bump version (#1726) --- ...dillo-7.800.2.recipe => armadillo-8.200.1.recipe} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename sci-libs/armadillo/{armadillo-7.800.2.recipe => armadillo-8.200.1.recipe} (87%) diff --git a/sci-libs/armadillo/armadillo-7.800.2.recipe b/sci-libs/armadillo/armadillo-8.200.1.recipe similarity index 87% rename from sci-libs/armadillo/armadillo-7.800.2.recipe rename to sci-libs/armadillo/armadillo-8.200.1.recipe index cd2faf59c..b8b8a326c 100644 --- a/sci-libs/armadillo/armadillo-7.800.2.recipe +++ b/sci-libs/armadillo/armadillo-8.200.1.recipe @@ -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