fix broken include path in eigen3.pc [release 3.2.10-2mamba;Sun Oct 23 2016]
This commit is contained in:
parent
d6d82b4aaa
commit
471557139f
8
eigen3-3.2.10-fix-pkgconfig-includedir.patch
Normal file
8
eigen3-3.2.10-fix-pkgconfig-includedir.patch
Normal file
@ -0,0 +1,8 @@
|
||||
--- eigen3-3.2.10/eigen/eigen3.pc.in.orig 2016-10-23 23:58:56.714454040 +0200
|
||||
+++ eigen3-3.2.10/eigen/eigen3.pc.in 2016-10-23 23:59:02.068510229 +0200
|
||||
@@ -6,4 +6,4 @@
|
||||
Requires:
|
||||
Version: @EIGEN_VERSION_NUMBER@
|
||||
Libs:
|
||||
-Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@
|
||||
+Cflags: -I@INCLUDE_INSTALL_DIR@
|
@ -1,6 +1,6 @@
|
||||
Name: eigen3
|
||||
Version: 3.2.10
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A C++ template library for linear algebra
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://eigen.tuxfamily.org
|
||||
Source: http://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
|
||||
Patch0: eigen3-3.2.10-fix-pkgconfig-includedir.patch
|
||||
License: LGPL, MPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -31,6 +32,7 @@ This package contains static libraries and header files need for development.
|
||||
%prep
|
||||
%setup -q -c
|
||||
mv eigen-* eigen
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
cd eigen
|
||||
@ -56,6 +58,9 @@ cd eigen
|
||||
%doc eigen/COPYING.*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.10-2mamba
|
||||
- fix broken include path in eigen3.pc
|
||||
|
||||
* Wed Oct 05 2016 Automatic Build System <autodist@mambasoft.it> 3.2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user