From d9fb1e1f2a770357d7d41057fa9cc6839b43a6fb Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Sun, 13 Mar 2022 08:22:44 +0100 Subject: [PATCH] Arpack: bump (#6688) --- .../{arpack-3.7.0.recipe => arpack-3.8.0.recipe} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) rename sci-libs/arpack/{arpack-3.7.0.recipe => arpack-3.8.0.recipe} (92%) diff --git a/sci-libs/arpack/arpack-3.7.0.recipe b/sci-libs/arpack/arpack-3.8.0.recipe similarity index 92% rename from sci-libs/arpack/arpack-3.7.0.recipe rename to sci-libs/arpack/arpack-3.8.0.recipe index d0bef64ee..2541ae5e6 100644 --- a/sci-libs/arpack/arpack-3.7.0.recipe +++ b/sci-libs/arpack/arpack-3.8.0.recipe @@ -19,9 +19,9 @@ COPYRIGHT="1996-2008 Rice University 2010 Jordi Guti\érrez Hermoso 2007 S\ébastien Fabbro" LICENSE="BSD (3-clause)" -REVISION="3" +REVISION="1" SOURCE_URI="https://github.com/opencollab/arpack-ng/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6" +CHECKSUM_SHA256="ada5aeb3878874383307239c9235b716a8a170c6d096a6625bfd529844df003d" SOURCE_DIR="arpack-ng-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -73,6 +73,7 @@ BUILD() cd build cmake .. \ -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs make $jobArgs @@ -83,11 +84,6 @@ INSTALL() cd build make install - # Cleanup - mkdir -p $includeDir - mv $prefix/include/* $includeDir - rmdir $prefix/include - prepareInstalledDevelLib libarpack packageEntries devel \