Skip to content

Commit 9c43301

Browse files
authored
Merge pull request #5421 from reibax-marcus/develop
fix: broken cblas installation when using makefile based builds
2 parents 9d6df1d + 3a6b79c commit 9c43301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install : lib.grd
7171
@cat common_interface.h >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h"
7272
@echo \#endif >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h"
7373

74-
ifndef NO_CBLAS
74+
ifneq ($(NO_CBLAS),1)
7575
@echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)
7676
@cp cblas.h cblas.tmp
7777
ifdef SYMBOLPREFIX

0 commit comments

Comments
 (0)