Use GNUInstallDirs to allow changing target directories

* Multi-lib distributions need to change the libdir
  which is only portably possible with `GNUInstallDirs`.
* Multi-arch distributions such as Debian and Exherbo
  need to be able to change the bindir.
This commit is contained in:
David Seifert
2017-04-16 00:43:34 +02:00
parent 77d16ffc69
commit ed79a29d87
2 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: OpenBLAS
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version