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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user