Browse Source
Merge pull request #5421 from reibax-marcus/develop
fix: broken cblas installation when using makefile based builds
pull/4054/merge
Martin Kroeker
GitHub
1 month ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
Makefile.install
|
|
@@ -71,7 +71,7 @@ install : lib.grd |
|
|
|
@cat common_interface.h >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h" |
|
|
|
@echo \#endif >> "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/f77blas.h" |
|
|
|
|
|
|
|
ifndef NO_CBLAS |
|
|
|
ifneq ($(NO_CBLAS),1) |
|
|
|
@echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR) |
|
|
|
@cp cblas.h cblas.tmp |
|
|
|
ifdef SYMBOLPREFIX |
|
|
|