mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
openblas: bump version.
add NO_LAPACK, otherwise it tries to build utest/test_kernel_regress.c. remove NO_AVX512, it's already defined by the build. remove static libraries.
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2011-2019 The OpenBLAS Project"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/xianyi/OpenBLAS/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f"
|
||||
CHECKSUM_SHA256="bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379"
|
||||
SOURCE_FILENAME="OpenBLAS-$portVersion.tar.gz"
|
||||
SOURCE_DIR="OpenBLAS-$portVersion"
|
||||
|
||||
@@ -61,11 +61,11 @@ case "$effectiveTargetArchitecture" in
|
||||
*) target=;;
|
||||
esac
|
||||
|
||||
BUILD_CONF="NO_LAPACKE=1 \
|
||||
BUILD_CONF="NO_LAPACK=1 \
|
||||
NO_LAPACKE=1 \
|
||||
NO_AFFINITY=1 \
|
||||
NO_WARMUP=1 \
|
||||
NO_AVX=1 \
|
||||
NO_AVX512=1 \
|
||||
NUM_THREADS=64 \
|
||||
DYNAMIC_ARCH=1 \
|
||||
USE_OPENMP=1"
|
||||
@@ -85,6 +85,8 @@ INSTALL()
|
||||
$BUILD_CONF \
|
||||
${target:+TARGET=$target}
|
||||
|
||||
rm -f $libDir/*.a
|
||||
|
||||
prepareInstalledDevelLibs libopenblas libopenblasp-r$portVersion
|
||||
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user