libraries/OpenBLAS: Fix Build on 32 bit.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2022-03-24 21:24:12 +07:00
parent 031ca49dd1
commit 5262771ecd
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 12 additions and 1 deletions

View File

@ -66,10 +66,21 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make $EXTRAPARMS
make $EXTRAPARMS \
DYNAMIC_ARCH=1 \
TARGET=GENERIC \
NO_STATIC=1 \
NO_AFFINITY=1 \
BUILD_RELAPACK=1 \
DESTDIR=$PKG \
PREFIX=$PREFIX \
OPENBLAS_LIBRARY_DIR=$PREFIX/lib$LIBDIRSUFFIX
make \
$EXTRAPARMS \
DYNAMIC_ARCH=1 \
TARGET=GENERIC \
NO_STATIC=1 \
NO_AFFINITY=1 \
BUILD_RELAPACK=1 \
DESTDIR=$PKG \
PREFIX=$PREFIX \