diff --git a/sci-libs/openblas/openblas-0.3.17.recipe b/sci-libs/openblas/openblas-0.3.17.recipe index d2064a49f..defe70b14 100644 --- a/sci-libs/openblas/openblas-0.3.17.recipe +++ b/sci-libs/openblas/openblas-0.3.17.recipe @@ -61,7 +61,7 @@ case "$effectiveTargetArchitecture" in *) target=;; esac -BUILD_CONF="NO_LAPACK=1 \ +BUILD_CONF="NO_STATIC=1 NO_LAPACK=1 \ NO_LAPACKE=1 \ NO_AFFINITY=1 \ NO_WARMUP=1 \ @@ -74,7 +74,8 @@ BUILD() { make MAKE_NB_JOBS=${jobArgs#-j} \ $BUILD_CONF \ - ${target:+TARGET=$target} + ${target:+TARGET=$target} \ + libs shared } INSTALL()