1
0
forked from pool/armadillo

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

Important baselibs.conf fix due to so version updaate, additional build requirements reco. by upstream

OBS-URL: https://build.opensuse.org/request/show/213087
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=97
This commit is contained in:
Stephan Kulow 2014-01-08 05:50:20 +00:00 committed by Git OBS Bridge
parent f7b6207855
commit 4eb2172d64
3 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 8 04:40:56 UTC 2014 - badshah400@gmail.com
- Armadillo no longer depends on boost libraries, and requires
arpack-ng instead; adapt build and run-time requirements
appropriately
- Fix baselibs.conf for so name version update
- Add libatlas3 dependencies as recommended by upstream.
-------------------------------------------------------------------
Mon Jan 6 21:27:36 UTC 2014 - badshah400@gmail.com

View File

@ -27,11 +27,12 @@ Group: Development/Libraries/C and C++
Url: http://arma.sourceforge.net/
Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
Source2: baselibs.conf
BuildRequires: arpack-ng-devel
BuildRequires: blas-devel
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: lapack-devel
BuildRequires: libatlas3-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -98,9 +99,10 @@ This package provides the documentation for armadillo.
Summary: Development headers and documentation for the Armadillo C++ library
Group: Development/Libraries/C and C++
Requires: %{soname} = %{version}
Requires: arpack-ng-devel
Requires: blas-devel
Requires: boost-devel
Requires: lapack-devel
Requires: libatlas3-devel
Requires: libstdc++-devel
Recommends: %{name}-doc

View File

@ -1,4 +1,4 @@
libarmadillo3
libarmadillo4
armadillo-devel
requires -armadillo-<targettype>
requires "libarmadillo3-<targettype> = <version>"
requires "libarmadillo4-<targettype> = <version>"