15 Commits

Author SHA1 Message Date
87b1de081a automatic version update by autodist [release 0.3.24-1mamba;Sat Sep 09 2023] 2024-01-06 08:09:45 +01:00
ab8f39ee0e automatic version update by autodist [release 0.3.23-1mamba;Sun Apr 02 2023] 2024-01-06 08:09:44 +01:00
623aedaf22 automatic version update by autodist [release 0.3.22-1mamba;Tue Mar 28 2023] 2024-01-06 08:09:44 +01:00
c3ff6a6b09 automatic version update by autodist [release 0.3.21-1mamba;Mon Aug 08 2022] 2024-01-06 08:09:43 +01:00
1cbf36b213 automatic version update by autodist [release 0.3.20-1mamba;Mon Feb 21 2022] 2024-01-06 08:09:43 +01:00
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

View File

@ -1,24 +1,24 @@
Name: openblas
Version: 0.3.8
Version: 0.3.24
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
@ -73,12 +78,57 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/openblas/openblas/*.h
%{_libdir}/libopenblas.so
%{_libdir}/pkgconfig/openblas.pc
%dir %{_datadir}/cmake/OpenBLAS
%{_datadir}/cmake/OpenBLAS/OpenBLAS*.cmake
%dir %{_libdir}/cmake/OpenBLAS
%{_libdir}/cmake/OpenBLAS/OpenBLAS*.cmake
%doc README.md
%changelog
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 0.3.24-1mamba
- automatic version update by autodist
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.3.23-1mamba
- automatic version update by autodist
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 0.3.22-1mamba
- automatic version update by autodist
* Mon Aug 08 2022 Automatic Build System <autodist@mambasoft.it> 0.3.21-1mamba
- automatic version update by autodist
* Mon Feb 21 2022 Automatic Build System <autodist@mambasoft.it> 0.3.20-1mamba
- automatic version update by autodist
* 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