From 9933d06c7d8e899c6a72f784422017604d52f90c Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:47:09 +0100 Subject: [PATCH] Armadillo: bump (#6662) --- .../{armadillo-10.1.2.recipe => armadillo-10.8.2.recipe} | 3 ++- .../{armadillo9-9.880.1.recipe => armadillo9-9.900.6.recipe} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename sci-libs/armadillo/{armadillo-10.1.2.recipe => armadillo-10.8.2.recipe} (95%) rename sci-libs/armadillo/{armadillo9-9.880.1.recipe => armadillo9-9.900.6.recipe} (95%) diff --git a/sci-libs/armadillo/armadillo-10.1.2.recipe b/sci-libs/armadillo/armadillo-10.8.2.recipe similarity index 95% rename from sci-libs/armadillo/armadillo-10.1.2.recipe rename to sci-libs/armadillo/armadillo-10.8.2.recipe index ad6aec9fc..d723a2101 100644 --- a/sci-libs/armadillo/armadillo-10.1.2.recipe +++ b/sci-libs/armadillo/armadillo-10.8.2.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2008-2020 Conrad Sanderson LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/arma/armadillo-$portVersion.tar.xz" -CHECKSUM_SHA256="96ef79b65c9cecbfcafac6113da85e695c97e796ffffd04b4280c7a8daf5635d" +CHECKSUM_SHA256="89fdd898bf6bff75f6efc3a301817e4ede752b9a80927fb07ee358b13e353922" SOURCE_DIR="armadillo-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -77,6 +77,7 @@ BUILD() cmake .. \ -DDETECT_HDF5=ON \ -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs make $jobArgs diff --git a/sci-libs/armadillo/armadillo9-9.880.1.recipe b/sci-libs/armadillo/armadillo9-9.900.6.recipe similarity index 95% rename from sci-libs/armadillo/armadillo9-9.880.1.recipe rename to sci-libs/armadillo/armadillo9-9.900.6.recipe index f839e5c88..4e9b26e96 100644 --- a/sci-libs/armadillo/armadillo9-9.880.1.recipe +++ b/sci-libs/armadillo/armadillo9-9.900.6.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2008-2019 Conrad Sanderson LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/arma/armadillo-$portVersion.tar.xz" -CHECKSUM_SHA256="900f3e8d35d8b722217bed979fa618faf6f3e4f56964c887a1fce44c3d4c4b9f" +CHECKSUM_SHA256="c961c6b13c72bb047d80fdfbbfadb2d910f73767c9c1070221eb16168aa48a2d" SOURCE_DIR="armadillo-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -66,6 +66,7 @@ BUILD() cmake .. \ -DDETECT_HDF5=ON \ -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs make $jobArgs