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:
parent
f64fac5ed2
commit
f77beb93a1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user