projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f85fb
)
Update lapacke.pc.in
author
Antonio Rojas
<arojas@archlinux.org>
Thu, 1 Sep 2016 17:20:45 +0000
(19:20 +0200)
committer
GitHub
<noreply@github.com>
Thu, 1 Sep 2016 17:20:45 +0000
(19:20 +0200)
LAPACKE/lapacke.pc.in
patch
|
blob
|
history
diff --git
a/LAPACKE/lapacke.pc.in
b/LAPACKE/lapacke.pc.in
index 75e687198c318c0161144dc28439db604e2e21d8..6eea4b926d3b9ba6f94e041eafc6200d9587e949 100644
(file)
--- 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