]> git.pld-linux.org Git - packages/eigen3.git/blobdiff - eigen3.spec
- fix includedir in pkgconfig
[packages/eigen3.git] / eigen3.spec
index 0609cc1b94aef7c79531f3d5996f50e8581410a5..cdcce1cc0510a5a414839562000ff8e5f58e7e07 100644 (file)
@@ -7,13 +7,14 @@ Summary:      C++ template library for linear algebra
 Summary(pl.UTF-8):     Biblioteka szablonów C++ do algebry liniowej
 Name:          eigen3
 Version:       3.2.7
-Release:       1
+Release:       2
 License:       LGPL v3+ or GPL v2+
 Group:         Development/Libraries
 #Source0Download: http://eigen.tuxfamily.org/index.php?title=Main_Page
 Source0:       https://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
 # Source0-md5: cc1bacbad97558b97da6b77c9644f184
 Patch0:                %{name}-buildtype.patch
+Patch1:                pkgconfig.patch
 URL:           http://eigen.tuxfamily.org/
 BuildRequires: cmake >= 2.8.2
 %{?with_gdb:BuildRequires:     python-modules}
@@ -85,6 +86,7 @@ do pliku ~/.gdbinit .
 %prep
 %setup -q -n eigen-eigen-b30b87236a1b
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
This page took 0.288601 seconds and 4 git commands to generate.