11 Commits

Author SHA1 Message Date
54878d6f2d automatic version update by autodist [release 0.3.19-1mamba;Mon Dec 20 2021] 2024-01-06 08:09:43 +01:00
d251b52bae automatic version update by autodist [release 0.3.18-1mamba;Sun Oct 03 2021] 2024-01-06 08:09:43 +01:00
c885028d73 automatic version update by autodist [release 0.3.17-1mamba;Fri Jul 16 2021] 2024-01-06 08:09:43 +01:00
635090f1a9 automatic version update by autodist [release 0.3.16-1mamba;Tue Jul 13 2021] 2024-01-06 08:09:43 +01:00
357208823c automatic version update by autodist [release 0.3.15-1mamba;Tue May 04 2021] 2024-01-06 08:09:43 +01:00
2d4dbee800 automatic version update by autodist [release 0.3.14-1mamba;Sat Mar 20 2021] 2024-01-06 08:09:43 +01:00
ac28394ff3 automatic version update by autodist [release 0.3.13-1mamba;Wed Dec 16 2020] 2024-01-06 08:09:43 +01:00
443f3c97e9 automatic version update by autodist [release 0.3.12-1mamba;Sun Nov 15 2020] 2024-01-06 08:09:43 +01:00
c41396f200 automatic version update by autodist [release 0.3.10-1mamba;Mon Jun 22 2020] 2024-01-06 08:09:43 +01:00
729b0412da automatic version update by autodist [release 0.3.9-1mamba;Mon Mar 09 2020] 2024-01-06 08:09:43 +01:00
1d7b62d1e1 automatic version update by autodist [release 0.3.8-1mamba;Mon Feb 17 2020] 2024-01-06 08:09:43 +01:00

View File

@ -1,24 +1,24 @@
Name: openblas
Version: 0.3.7
Version: 0.3.19
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
%ifnarch arm aarch64
BuildRequires: libquadmath-devel
%endif
## AUTOBUILDREQ-END
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,5 +84,38 @@ This package contains libraries and header files for developing applications tha
%changelog
* Mon Dec 20 2021 Automatic Build System <autodist@mambasoft.it> 0.3.19-1mamba
- automatic version update by autodist
* Sun Oct 03 2021 Automatic Build System <autodist@mambasoft.it> 0.3.18-1mamba
- automatic version update by autodist
* Fri Jul 16 2021 Automatic Build System <autodist@mambasoft.it> 0.3.17-1mamba
- automatic version update by autodist
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 0.3.16-1mamba
- automatic version update by autodist
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 0.3.15-1mamba
- automatic version update by autodist
* 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
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 0.3.12-1mamba
- automatic version update by autodist
* Mon Jun 22 2020 Automatic Build System <autodist@mambasoft.it> 0.3.10-1mamba
- automatic version update by autodist
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
- automatic version update by autodist
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 0.3.8-1mamba
- automatic version update by autodist
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7-1mamba
- package created using the webbuild interface