summaryrefslogtreecommitdiff
path: root/Makefile.install
diff options
context:
space:
mode:
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>2017-01-11 17:40:06 +0100
committerGitHub <noreply@github.com>2017-01-11 17:40:06 +0100
commit2e5f906f418bd5754a8d330bdc69e34603fbb99e (patch)
treecb0700909378aaf05ce725857a2437650c9959aa /Makefile.install
parentd1a97bad39b1d1565a885ae3a592151751b713db (diff)
downloadopenblas-2e5f906f418bd5754a8d330bdc69e34603fbb99e.tar.gz
openblas-2e5f906f418bd5754a8d330bdc69e34603fbb99e.tar.bz2
openblas-2e5f906f418bd5754a8d330bdc69e34603fbb99e.zip
Update Makefile.install (#1064)
* Update Makefile.install to reflect name change of lapacke_mangling.h source
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index 1b9388a8b..47cdb339c 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -50,7 +50,7 @@ ifndef NO_LAPACKE
@echo Copying LAPACKE header files to $(DESTDIR)$(OPENBLAS_INCLUDE_DIR)
@-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke.h"
@-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_config.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_config.h"
- @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_mangling_with_flags.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_mangling.h"
+ @-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_mangling_with_flags.h.in "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_mangling.h"
@-install -pm644 $(NETLIB_LAPACK_DIR)/LAPACKE/include/lapacke_utils.h "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/lapacke_utils.h"
endif