Accepting request 346555 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/346555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eigen3?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2015-12-09 19:33:15 +00:00 committed by Git OBS Bridge
parent 94e58e7503
commit 76576f02b6
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 27 13:31:47 UTC 2015 - Rene.vanPaassen@gmail.com
- Specify eigen header install dir; otherwise the pkgconfig file
defaults to -Iinclude/eigen3
-------------------------------------------------------------------
Mon Nov 16 13:14:52 UTC 2015 - p.drouand@gmail.com

View File

@ -82,7 +82,9 @@ echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile.in
%build
%cmake \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DEIGEN_INCLUDE_INSTALL_DIR=%{_includedir}/eigen3
make %{?_smp_mflags} all doc
%install