Skip to content

Commit d22172d

Browse files
committed
refactor
1 parent d2b9cac commit d22172d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build_openblas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ OPENBLAS_VERSION=$(git describe --tags --abbrev=8)
9797
make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
9898
NUM_THREADS=24 NO_WARMUP=1 NO_AFFINITY=1 CONSISTENT_FPCSR=1 \
9999
BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT BUFFERSIZE=20 \
100-
DYNAMIC_LIST=$dynamic_list \
100+
DYNAMIC_LIST="$dynamic_list" \
101101
LDFLAGS="$LDFLAGS" \
102102
COMMON_OPT="$cflags" \
103103
FCOMMON_OPT="$fflags" \

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function do_build_lib {
176176
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
177177
USE_OPENMP=0 NUM_THREADS=64 \
178178
BINARY=$bitness $interface_flags TARGET=$target \
179-
DYNAMIC_LIST=$dynamic_list > /dev/null
179+
DYNAMIC_LIST="$dynamic_list" > /dev/null
180180
make PREFIX=$BUILD_PREFIX $interface_flags install
181181
popd
182182
stop_spinner

0 commit comments

Comments
 (0)