forked from pool/armadillo
Accepting request 849222 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/849222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=141
This commit is contained in:
commit
62794742f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95e021dba80830e4d55f69a826e4d65c7411a4e400788a387563da16aef51c8e
|
||||
size 6040456
|
3
armadillo-10.1.2.tar.xz
Normal file
3
armadillo-10.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96ef79b65c9cecbfcafac6113da85e695c97e796ffffd04b4280c7a8daf5635d
|
||||
size 6050364
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 23:28:10 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 10.1.2:
|
||||
* Bug-fix release, no changelog from upstream.
|
||||
- Enable building smoke test and run test as part of %check
|
||||
section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 31 18:37:23 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo10
|
||||
Name: armadillo
|
||||
Version: 10.1.1
|
||||
Version: 10.1.2
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
@ -100,7 +100,7 @@ sed -i 's/\r$//' NOTICE.txt
|
||||
for i in `ls examples/*.cpp`; do sed -i 's/\r$//' $i; done
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake -DBUILD_SMOKE_TEST:BOOL=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -110,6 +110,10 @@ rm -rf examples/example1_win64.*
|
||||
rm -rf examples/example2_win64.*
|
||||
rm -rf examples/lib_win64
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
%ctest
|
||||
|
||||
%post -n %{soname} -p /sbin/ldconfig
|
||||
%postun -n %{soname} -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user