From d48a1d1928f040b42a3ff6c8ea68dcc347d6032e Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Sat, 28 Apr 2012 12:33:56 +0800 Subject: [PATCH] Fixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for this patch. --- Makefile.install | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.install b/Makefile.install index 62ceda986..a74f3d606 100644 --- a/Makefile.install +++ b/Makefile.install @@ -39,6 +39,7 @@ ifndef NO_LAPACKE @echo Copying LAPACKE header files to $(OPENBLAS_LIBRARY_DIR) @-cp $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke.h $(OPENBLAS_INCLUDE_DIR)/lapacke.h @-cp $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke_config.h $(OPENBLAS_INCLUDE_DIR)/lapacke_config.h + @-cp $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke_mangling_with_flags.h $(OPENBLAS_INCLUDE_DIR)/lapacke_mangling.h @-cp $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke_utils.h $(OPENBLAS_INCLUDE_DIR)/lapacke_utils.h endif