We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc34428 commit cb1b83dCopy full SHA for cb1b83d
deps/openblas.mk
@@ -31,7 +31,6 @@ endif
31
endif
32
33
# 64-bit BLAS interface
34
-$(error USE_BLAS64: $(USE_BLAS64))
35
ifeq ($(USE_BLAS64), 1)
36
OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="$(OPENBLAS_SYMBOLSUFFIX)" LIBPREFIX="libopenblas$(OPENBLAS_LIBNAMESUFFIX)"
37
ifeq ($(OS), Darwin)
0 commit comments