File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1002,16 +1002,14 @@ endif
10021002# If we are running on ARM, set certain options automatically
10031003ifneq (,$(findstring arm,$(ARCH ) ) )
10041004JCFLAGS += -fsigned-char
1005- USE_BLAS64: =0
10061005OPENBLAS_DYNAMIC_ARCH: =0
10071006OPENBLAS_TARGET_ARCH: =ARMV7
1007+ BINARY: =32
10081008endif
10091009
10101010# If we are running on aarch64 (e.g. ARMv8 or ARM64), set certain options automatically
10111011ifneq (,$(findstring aarch64,$(ARCH ) ) )
1012- OPENBLAS_DYNAMIC_ARCH: =0
10131012OPENBLAS_TARGET_ARCH: =ARMV8
1014- USE_BLAS64: =1
10151013BINARY: =64
10161014endif
10171015
Original file line number Diff line number Diff line change 3131endif
3232
3333# 64-bit BLAS interface
34+ $(error USE_BLAS64 : $(USE_BLAS64 ) )
3435ifeq ($(USE_BLAS64 ) , 1)
3536OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="$(OPENBLAS_SYMBOLSUFFIX ) " LIBPREFIX="libopenblas$(OPENBLAS_LIBNAMESUFFIX ) "
3637ifeq ($(OS ) , Darwin)
You can’t perform that action at this time.
0 commit comments