libeigen/eigen!2561 Closes #3068 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
prefix=${pcfiledir}/@PKGCONFIG_RELATIVE_PATH_TO_PREFIX@
|
|
exec_prefix=${prefix}
|
|
|
|
Name: Eigen3
|
|
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
|
|
Requires:
|
|
Version: @EIGEN_VERSION_NUMBER@
|
|
Libs:
|
|
Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@
|