aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE
diff options
context:
space:
mode:
authorAntonio Rojas <arojas@archlinux.org>2016-09-01 19:20:45 +0200
committerGitHub <noreply@github.com>2016-09-01 19:20:45 +0200
commit99e6921ccbbbcc0a9099bb547e8b17e23721fe5d (patch)
tree1bdc385ae736675540be9e49d756b53551737cb3 /LAPACKE
parent16f85fbab2892422c71f3b1d0aaa2b2d9b8accb1 (diff)
Update lapacke.pc.in
Diffstat (limited to 'LAPACKE')
-rw-r--r--LAPACKE/lapacke.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/LAPACKE/lapacke.pc.in b/LAPACKE/lapacke.pc.in
index 75e68719..6eea4b92 100644
--- a/LAPACKE/lapacke.pc.in
+++ b/LAPACKE/lapacke.pc.in
@@ -1,9 +1,9 @@
-prefix=@prefix@
-libdir=@libdir@
+prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
Name: lapacke
Description: C Standard Interface to LAPACK Linear Algebra PACKage
Version: @LAPACK_VERSION@
URL: http://www.netlib.org/lapack/
-Libs: -L${libdir} -llapacke
+Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -llapacke
Requires: lapack blas