Skip to content

Commit cb1b83d

Browse files
authored
Remove debug error statement from Makefile. (#56127)
1 parent dc34428 commit cb1b83d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/openblas.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ endif
3131
endif
3232

3333
# 64-bit BLAS interface
34-
$(error USE_BLAS64: $(USE_BLAS64))
3534
ifeq ($(USE_BLAS64), 1)
3635
OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="$(OPENBLAS_SYMBOLSUFFIX)" LIBPREFIX="libopenblas$(OPENBLAS_LIBNAMESUFFIX)"
3736
ifeq ($(OS), Darwin)

0 commit comments

Comments
 (0)