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:
parent
94e58e7503
commit
76576f02b6
@ -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
|
Mon Nov 16 13:14:52 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -82,7 +82,9 @@ echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile.in
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DEIGEN_INCLUDE_INSTALL_DIR=%{_includedir}/eigen3
|
||||||
|
|
||||||
make %{?_smp_mflags} all doc
|
make %{?_smp_mflags} all doc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user