Compare commits
2 Commits
0.3.28-2ma
...
0.3.30-1ma
Author | SHA1 | Date | |
---|---|---|---|
ddf0d24e9f | |||
7f2572080c |
@ -1,6 +1,6 @@
|
||||
Name: openblas
|
||||
Version: 0.3.28
|
||||
Release: 2mamba
|
||||
Version: 0.3.30
|
||||
Release: 1mamba
|
||||
Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -53,7 +53,6 @@ Requires: lib%{name}64 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}64-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n OpenBLAS-%{version}
|
||||
@ -67,12 +66,13 @@ This package contains libraries and header files for developing applications tha
|
||||
-DNO_WARMUP=1 \
|
||||
%ifarch %{ix86} x86_64
|
||||
-DTARGET=CORE2 \
|
||||
-DDYNAMIC_ARCH=ON \
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
-DTARGET=ARMV8 \
|
||||
-DDYNAMIC_ARCH=OFF \
|
||||
%endif
|
||||
-DNUM_THREADS=64 \
|
||||
-DDYNAMIC_ARCH=ON
|
||||
|
||||
%make
|
||||
|
||||
@ -87,12 +87,13 @@ cd ..
|
||||
-DNO_WARMUP=1 \
|
||||
%ifarch %{ix86} x86_64
|
||||
-DTARGET=CORE2 \
|
||||
-DDYNAMIC_ARCH=ON \
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
-DTARGET=ARMV8 \
|
||||
-DDYNAMIC_ARCH=OFF \
|
||||
%endif
|
||||
-DNUM_THREADS=64 \
|
||||
-DDYNAMIC_ARCH=ON \
|
||||
-DINTERFACE64=1
|
||||
|
||||
%make
|
||||
@ -142,6 +143,12 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 0.3.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 13 2025 Automatic Build System <autodist@openmamba.org> 0.3.29-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.28-2mamba
|
||||
- rebuilt with 64 bit interface library and DYNAMIC_ARCH to fix sigill crash seen with digikam
|
||||
|
||||
|
Reference in New Issue
Block a user