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.
2 parents 9d6df1d + 3a6b79c commit 9c43301Copy full SHA for 9c43301
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