Compare commits
15 Commits
0.3.8-1mam
...
0.3.24-1ma
Author | SHA1 | Date | |
---|---|---|---|
87b1de081a | |||
ab8f39ee0e | |||
623aedaf22 | |||
c3ff6a6b09 | |||
1cbf36b213 | |||
54878d6f2d | |||
d251b52bae | |||
c885028d73 | |||
635090f1a9 | |||
357208823c | |||
2d4dbee800 | |||
ac28394ff3 | |||
443f3c97e9 | |||
c41396f200 | |||
729b0412da |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user