1
0
forked from pool/armadillo

Accepting request 112461 from home:badshah400:branches:devel:libraries:c_c++

Update to version 2.4.4; fix lapack build dependencies

OBS-URL: https://build.opensuse.org/request/show/112461
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=31
This commit is contained in:
Ismail Dönmez 2012-04-04 12:19:50 +00:00 committed by Git OBS Bridge
parent e10d474bc7
commit ee232a07ac
4 changed files with 21 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:490cc3768099c6ce4bd16b1a039cd9149b4ccca28a4a188f293721264194fa04
size 2899138

3
armadillo-2.4.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ba816c4d3414db9267dd3804a60eda2986675b57e8556e1e27bd0fc2d64937d
size 2899115

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 4 06:37:58 UTC 2012 - badshah400@gmail.com
- Update to version 2.4.4:
+ Fixes for qr() and syl()
+ More portable wall_clock class
+ Faster relational operators on submatrices.
- Update lapack dependencies in keeping with lapack changes in
devel project to fix builds on openSUSE 12.1 and 11.4.
-------------------------------------------------------------------
Tue Feb 7 23:23:50 UTC 2012 - badshah400@gmail.com

View File

@ -16,21 +16,20 @@
#
Name: armadillo
Version: 2.4.3
Release: 1
License: LGPL-3.0+
Version: 2.4.4
Release: 0
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
Url: http://arma.sourceforge.net/
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://arma.sourceforge.net/
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz
Source2: baselibs.conf
BuildRequires: blas
BuildRequires: blas-devel
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: lapack
BuildRequires: lapack-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -72,9 +71,9 @@ This package provides the shared libraries for armadillo.
%package devel
Summary: Development headers and documentation for the Armadillo C++ library
Group: Development/Libraries/C and C++
Requires: blas
Requires: blas-devel
Requires: boost-devel
Requires: lapack
Requires: lapack-devel
Requires: libarmadillo2 = %{version}
Requires: libstdc++-devel