automatic version update by autodist [release 0.3.14-1mamba;Sat Mar 20 2021]
This commit is contained in:
parent
ac28394ff3
commit
2d4dbee800
@ -1,24 +1,24 @@
|
||||
Name: openblas
|
||||
Version: 0.3.13
|
||||
Version: 0.3.14
|
||||
Release: 1mamba
|
||||
Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openblas.net
|
||||
## GITSOURCE https://github.com/xianyi/OpenBLAS.git v0.3.7
|
||||
URL: https://www.openblas.net
|
||||
Source: https://github.com/xianyi/OpenBLAS.git/v%{version}/OpenBLAS-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libquadmath-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifnarch arm aarch64
|
||||
BuildRequires: libquadmath-devel
|
||||
%endif
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
|
||||
@ -47,7 +47,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q -n OpenBLAS-%{version}
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%cmake -d build \
|
||||
\
|
||||
%ifarch arm
|
||||
-DCMAKE_ASM_FLAGS="%{optflags} -mfpu=neon-vfpv3"
|
||||
%endif
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -79,6 +84,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 0.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 16 2020 Automatic Build System <autodist@mambasoft.it> 0.3.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user