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
parent
commit
9c43301b6d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.install

+ 1
- 1
Makefile.install View File

@@ -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


Loading…
Cancel
Save