Update Makefile.install

This commit is contained in:
Martin Kroeker 2017-01-11 16:55:39 +01:00 committed by GitHub
parent 513b4cb364
commit 6881d9d1bc
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ install : lib.grd
ifndef NO_CBLAS ifndef NO_CBLAS
@echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR) @echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)
@sed 's/common/openblas_config/g' cblas.h > "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas.h" @sed 's/common/openblas_config/g' cblas.h > "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas.h"
@-install -pm644 $(NETLIB_LAPACK_DIR)/CBLAS/include/cblas_mangling_with_flags.h.in "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas_mangling.h"
endif endif
ifndef NO_LAPACKE ifndef NO_LAPACKE