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:
parent
031ca49dd1
commit
5262771ecd
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue