Compare commits

...

7 Commits

Author SHA1 Message Date
Ryan Curtin 1487a1cf52 Remove unnecessary fedora branches from EPEL spec. 2022-05-27 14:10:38 +00:00
Ryan Curtin ab13b57138 Merge branch 'rawhide' into epel8 2022-05-27 14:09:13 +00:00
Troy Dawson 59b5f7475b remove package.cfg per new epel-playground policy 2020-09-24 16:11:09 +00:00
Devrim Gündüz 92b4d73af3 armadillo: Update to 9.700.2 2019-09-03 22:59:40 +01:00
Devrim Gündüz aefe35c95b Fix rpmlint warnings 2019-09-03 12:33:17 +01:00
Ryan Curtin d7c9735aab Merge branch 'master' into epel8 2019-08-28 22:20:59 +00:00
Gwyn Ciesla 53f6284980 "Adding package.cfg file" 2019-08-28 08:44:34 -05:00
1 changed files with 19 additions and 15 deletions

View File

@ -3,30 +3,33 @@ Version: 10.8.2
Release: 1%{?dist}
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0
URL: http://arma.sourceforge.net/
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz
License: ASL 2.0
URL: http://arma.sourceforge.net/
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz
%if 0%{?rhel} && 0%{?rhel} < 7
%define old_epel 1
%else
%define old_epel 0
%endif
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: make
BuildRequires: arpack-devel
BuildRequires: hdf5-devel
%if %{old_epel} == 0
BuildRequires: hdf5-devel
%endif
BuildRequires: SuperLU-devel
# flexiblas is only available on Fedora, for EPEL replace it by atlas, lapack and openblas
%if %{?fedora}
%global extra_options -DALLOW_FLEXIBLAS_LINUX=ON
BuildRequires: flexiblas-devel
%else
%undefine __cmake_in_source_build
%global extra_options %{nil}
BuildRequires: atlas-devel
BuildRequires: lapack-devel
%{!?openblas_arches:%global openblas_arches x86_64 %{ix86} armv7hl %{power64} aarch64}
%ifarch %{openblas_arches}
BuildRequires: openblas-devel
%endif
BuildRequires: openblas-devel
%endif
%description
@ -50,18 +53,16 @@ Summary: Development headers and documentation for the Armadillo C++ libr
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libstdc++-devel
Requires: arpack-devel
Requires: hdf5-devel
%if %{old_epel} == 0
Requires: hdf5-devel
%endif
Requires: SuperLU-devel
%if %{?fedora}
Requires: flexiblas-devel
%else
Requires: atlas-devel
Requires: lapack-devel
%ifarch %{openblas_arches}
Requires: openblas-devel
%endif
%endif
%description devel
@ -210,6 +211,9 @@ make -C "%{_vpath_builddir}"
* Mon Dec 23 2019 José Matos <jamatos@fedoraproject.org> - 9.800.3-1
- update to 9.800.3
* Tue Sep 3 2019 Devrim Gündüz <devrim@gunduz.org> - 9.700.2
- Update to 9.700.2
* Tue Aug 13 2019 José Matos <jamatos@fedoraproject.org> - 9.600.6-1
- update to 9.600.6