Move all installation commands after include(GNUInstallDirs) so that the
CMAKE_INSTALL_* variables have correct values at the time of use.
This reverts commit 6b04aa4bcc.
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems
|
|
Version: @PACKAGE_VERSION@
|
|
URL: @PACKAGE_URL@
|
|
Libs: -L${libdir} -larpack@LIBSUFFIX@ @LAPACK_LIBS@ @BLAS_LIBS@
|
|
Cflags: -I${includedir}/arpack @EIGEN3_CFLAGS@
|