mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
OpenBLAS: build libs and shared
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user