This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
View | Details | Raw Unified | Return to bug 1100 | Differences between
and this patch

Collapse All | Expand All

(-)a/eigen3.pc.in (-1 / +4 lines)
Lines 1-6 Link Here
1
prefix=${CMAKE_INSTALL_PREFIX}
2
exec_prefix=${prefix}
3
1
Name: Eigen3
4
Name: Eigen3
2
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
5
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
3
Requires:
6
Requires:
4
Version: ${EIGEN_VERSION_NUMBER}
7
Version: ${EIGEN_VERSION_NUMBER}
5
Libs:
8
Libs:
6
Cflags: -I${INCLUDE_INSTALL_DIR}
9
Cflags: -I${prefix}/${INCLUDE_INSTALL_DIR}

Return to bug 1100