Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 25, 2024
1 parent d2b9cac commit d22172d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/build_openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ OPENBLAS_VERSION=$(git describe --tags --abbrev=8)
make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
NUM_THREADS=24 NO_WARMUP=1 NO_AFFINITY=1 CONSISTENT_FPCSR=1 \
BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT BUFFERSIZE=20 \
DYNAMIC_LIST=$dynamic_list \
DYNAMIC_LIST="$dynamic_list" \
LDFLAGS="$LDFLAGS" \
COMMON_OPT="$cflags" \
FCOMMON_OPT="$fflags" \
Expand Down
2 changes: 1 addition & 1 deletion tools/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function do_build_lib {
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
USE_OPENMP=0 NUM_THREADS=64 \
BINARY=$bitness $interface_flags TARGET=$target \
DYNAMIC_LIST=$dynamic_list > /dev/null
DYNAMIC_LIST="$dynamic_list" > /dev/null
make PREFIX=$BUILD_PREFIX $interface_flags install
popd
stop_spinner
Expand Down

0 comments on commit d22172d

Please sign in to comment.