diff --git a/sci-libs/openblas/openblas-0.3.6.recipe b/sci-libs/openblas/openblas-0.3.7.recipe similarity index 94% rename from sci-libs/openblas/openblas-0.3.6.recipe rename to sci-libs/openblas/openblas-0.3.7.recipe index 7768550af..2f55745eb 100644 --- a/sci-libs/openblas/openblas-0.3.6.recipe +++ b/sci-libs/openblas/openblas-0.3.7.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2011-2019 The OpenBLAS Project" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="http://github.com/xianyi/OpenBLAS/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f" +CHECKSUM_SHA256="bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379" SOURCE_FILENAME="OpenBLAS-$portVersion.tar.gz" SOURCE_DIR="OpenBLAS-$portVersion" @@ -61,11 +61,11 @@ case "$effectiveTargetArchitecture" in *) target=;; esac -BUILD_CONF="NO_LAPACKE=1 \ +BUILD_CONF="NO_LAPACK=1 \ + NO_LAPACKE=1 \ NO_AFFINITY=1 \ NO_WARMUP=1 \ NO_AVX=1 \ - NO_AVX512=1 \ NUM_THREADS=64 \ DYNAMIC_ARCH=1 \ USE_OPENMP=1" @@ -85,6 +85,8 @@ INSTALL() $BUILD_CONF \ ${target:+TARGET=$target} + rm -f $libDir/*.a + prepareInstalledDevelLibs libopenblas libopenblasp-r$portVersion fixPkgconfig