File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ OPENBLAS_VERSION=$(git describe --tags)
68
68
export LIBNAMESUFFIX=${OPENBLAS_VERSION} -${GCC_TAG}
69
69
make BINARY=$BUILD_BITS DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
70
70
NUM_THREADS=24 NO_WARMUP=1 NO_AFFINITY=1 CONSISTENT_FPCSR=1 \
71
- BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT \
71
+ BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT BUFFERSIZE=20 \
72
72
COMMON_OPT=" $cflags " \
73
73
FCOMMON_OPT=" $fflags " \
74
74
MAX_STACK_ALLOC=2048 \
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function do_build_lib {
124
124
set -x
125
125
(cd OpenBLAS \
126
126
&& patch_source \
127
- && make DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
127
+ && make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
128
128
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
129
129
stop_spinner
130
130
local version=$( cd OpenBLAS && git describe --tags --abbrev=8)
You can’t perform that action at this time.
0 commit comments