Browse Source

Update Makefile.install

pull/1064/head
Martin Kroeker GitHub 9 years ago
parent
commit
6881d9d1bc
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Makefile.install

+ 0
- 2
Makefile.install View File

@@ -44,8 +44,6 @@ install : lib.grd
ifndef NO_CBLAS
@echo Generating cblas.h in $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)
@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

ifndef NO_LAPACKE


Loading…
Cancel
Save