really fix pkgconfig file [release 3.2.7-3mamba;Fri Jan 01 2016]
This commit is contained in:
parent
8e09a6014b
commit
7e6bca7e61
@ -1,6 +1,6 @@
|
|||||||
Name: eigen3
|
Name: eigen3
|
||||||
Version: 3.2.7
|
Version: 3.2.7
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A C++ template library for linear algebra
|
Summary: A C++ template library for linear algebra
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -34,7 +34,9 @@ mv eigen-* eigen
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd eigen
|
cd eigen
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DINCLUDE_INSTALL_DIR=%{_includedir}/eigen3
|
||||||
|
|
||||||
%make
|
%make
|
||||||
cd ..
|
cd ..
|
||||||
make doc
|
make doc
|
||||||
@ -54,6 +56,9 @@ cd eigen
|
|||||||
%doc eigen/COPYING.*
|
%doc eigen/COPYING.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.7-3mamba
|
||||||
|
- really fix pkgconfig file
|
||||||
|
|
||||||
* Wed Dec 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.7-2mamba
|
* Wed Dec 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.7-2mamba
|
||||||
- fix pkgconfig include dir
|
- fix pkgconfig include dir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user