Browse Source

Fixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for this patch.

tags/v0.1.1
Xianyi Zhang 13 years ago
parent
commit
d48a1d1928
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.install

+ 1
- 0
Makefile.install View File

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



Loading…
Cancel
Save