Accepting request 68374 from devel:libraries:c_c++
Accepted submit request 68374 from user babelworx OBS-URL: https://build.opensuse.org/request/show/68374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=3
This commit is contained in:
parent
055e21e044
commit
374fb9bca1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df982da39cf79e97b2978d4e19f06764c26882d3e2007bf4a666c3a1cdbc9f6b
|
|
||||||
size 2589022
|
|
3
armadillo-1.2.0.tar.bz2
Normal file
3
armadillo-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:318700d6378bd33b8ee14f95ca361e050e75850d27379cf833d53c291b885eb6
|
||||||
|
size 2566956
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 18 12:08:06 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
+ Added ability to use Blas & Lapack libraries with capitalised
|
||||||
|
function names
|
||||||
|
+ Reduction of pedantic compiler warnings
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 1 22:51:28 CEST 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.1.92:
|
||||||
|
+ Bugfix in function cor()
|
||||||
|
+ Automatic installation now requires CMake >= 2.6
|
||||||
|
- Add licenses to libarmadillo package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 23 16:32:17 UTC 2011 - badshah400@gmail.com
|
Wed Mar 23 16:32:17 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package armadillo
|
# spec file for package armadillo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 1.1.90
|
Version: 1.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
@ -48,7 +47,6 @@ of choice (due to speed and/or integration capabilities), rather
|
|||||||
than another language like Matlab or Octave.
|
than another language like Matlab or Octave.
|
||||||
|
|
||||||
%package -n libarmadillo1
|
%package -n libarmadillo1
|
||||||
License: LGPLv3+
|
|
||||||
Summary: Shared libraries for armadillo
|
Summary: Shared libraries for armadillo
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -70,7 +68,6 @@ than another language like Matlab or Octave.
|
|||||||
This package provides the shared libraries for armadillo.
|
This package provides the shared libraries for armadillo.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv3+
|
|
||||||
Summary: Development headers and documentation for the Armadillo C++ library
|
Summary: Development headers and documentation for the Armadillo C++ library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: blas
|
Requires: blas
|
||||||
@ -127,6 +124,7 @@ rm -rf examples/lib_win32
|
|||||||
%files -n libarmadillo1
|
%files -n libarmadillo1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%doc LICENSE.txt licenses
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -134,6 +132,7 @@ rm -rf examples/lib_win32
|
|||||||
%{_includedir}/armadillo
|
%{_includedir}/armadillo
|
||||||
%{_includedir}/armadillo_bits/
|
%{_includedir}/armadillo_bits/
|
||||||
%{_includedir}/armadillo_itpp
|
%{_includedir}/armadillo_itpp
|
||||||
%doc LICENSE.txt licenses README.txt index.html examples/ docs/
|
%{_datadir}/Armadillo/
|
||||||
|
%doc README.txt index.html examples/ docs/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user