OpenBLAS: build libs and shared

This commit is contained in:
Jérôme Duval
2021-07-23 10:14:28 +02:00
committed by GitHub
parent ddd3004db9
commit cd829356a3

View File

@@ -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()