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 75c6ab4 commit 3a6b79cCopy full SHA for 3a6b79c
Makefile.install
@@ -71,7 +71,7 @@ install : lib.grd
71
@cat common_interface.h >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h"
72
@echo \#endif >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h"
73
74
-ifndef NO_CBLAS
+ifneq ($(NO_CBLAS),1)
75
@echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)
76
@cp cblas.h cblas.tmp
77
ifdef SYMBOLPREFIX
0 commit comments