1
0
forked from pool/armadillo

Accepting request 125827 from home:scorot:branches:devel:libraries:c_c++

fix build on SLE 11 SP2

OBS-URL: https://build.opensuse.org/request/show/125827
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=45
This commit is contained in:
Ismail Dönmez 2012-06-22 21:06:30 +00:00 committed by Git OBS Bridge
parent f64fac5ed2
commit f77beb93a1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 22 19:04:09 UTC 2012 - scorot@free.fr
- fix build on SLE 11
-------------------------------------------------------------------
Thu May 31 17:33:30 UTC 2012 - badshah400@gmail.com

View File

@ -105,7 +105,9 @@ for i in `ls licenses/`; do sed -i 's/\r//' licenses/$i ; done
for i in `ls examples/*.cpp`; do sed -i 's/\r//' $i; done
%build
cmake .
cmake . \
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}\
-DINSTALL_LIB_DIR:PATH=%{_libdir}
%{__make} %{?_smp_mflags}
%install