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:
parent
f7b6207855
commit
4eb2172d64
@ -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
|
Mon Jan 6 21:27:36 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -27,11 +27,12 @@ Group: Development/Libraries/C and C++
|
|||||||
Url: http://arma.sourceforge.net/
|
Url: http://arma.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
BuildRequires: arpack-ng-devel
|
||||||
BuildRequires: blas-devel
|
BuildRequires: blas-devel
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: lapack-devel
|
BuildRequires: lapack-devel
|
||||||
|
BuildRequires: libatlas3-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -98,9 +99,10 @@ This package provides the documentation for armadillo.
|
|||||||
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: %{soname} = %{version}
|
Requires: %{soname} = %{version}
|
||||||
|
Requires: arpack-ng-devel
|
||||||
Requires: blas-devel
|
Requires: blas-devel
|
||||||
Requires: boost-devel
|
|
||||||
Requires: lapack-devel
|
Requires: lapack-devel
|
||||||
|
Requires: libatlas3-devel
|
||||||
Requires: libstdc++-devel
|
Requires: libstdc++-devel
|
||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libarmadillo3
|
libarmadillo4
|
||||||
armadillo-devel
|
armadillo-devel
|
||||||
requires -armadillo-<targettype>
|
requires -armadillo-<targettype>
|
||||||
requires "libarmadillo3-<targettype> = <version>"
|
requires "libarmadillo4-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user