Update eigen_pkgconfig.patch
This commit is contained in:
parent
c102b1469e
commit
ef38732e41
@ -22,6 +22,9 @@ Source0: eigen-%{version}.tar.bz2
|
||||
# Adapted from Debian eigen3 package
|
||||
Patch0: 01_install_FindEigen3.patch
|
||||
|
||||
# Fix pkg-config file
|
||||
Patch1: eigen_pkgconfig.patch
|
||||
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: fftw-devel
|
||||
BuildRequires: glew-devel
|
||||
@ -65,6 +68,7 @@ Developer documentation for Eigen.
|
||||
%prep
|
||||
%setup -q -n eigen-eigen-%{commit}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
|
@ -1,13 +1,9 @@
|
||||
--- a/eigen3.pc.in
|
||||
+++ a/eigen3.pc.in
|
||||
@@ -1,6 +1,9 @@
|
||||
+prefix=${CMAKE_INSTALL_PREFIX}
|
||||
+exec_prefix=${CMAKE_INSTALL_PREFIX}
|
||||
+
|
||||
Name: Eigen3
|
||||
Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
|
||||
diff -rupN eigen-eigen-07105f7124f9/eigen3.pc.in eigen-eigen-07105f7124f9-new/eigen3.pc.in
|
||||
--- eigen-eigen-07105f7124f9/eigen3.pc.in 2016-02-16 14:26:15.000000000 +0100
|
||||
+++ eigen-eigen-07105f7124f9-new/eigen3.pc.in 2016-02-20 19:13:19.816842461 +0100
|
||||
@@ -6,4 +6,4 @@ Description: A C++ template library for
|
||||
Requires:
|
||||
Version: ${EIGEN_VERSION_NUMBER}
|
||||
Version: @EIGEN_VERSION_NUMBER@
|
||||
Libs:
|
||||
-Cflags: -I${INCLUDE_INSTALL_DIR}
|
||||
+Cflags: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}
|
||||
-Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@
|
||||
+Cflags: -I@INCLUDE_INSTALL_DIR@
|
||||
|
Loading…
Reference in New Issue
Block a user