forked from pool/sleef
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
e291d01fbc | |||
2670232352 | |||
db25ef7edd | |||
fd5bc8e6de |
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 09:47:16 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Disable SVE on aarch64 to fix build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 12:48:21 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Disable the broken build for i586 (bsc#1246933)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 16 19:21:36 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
Wed Jul 16 19:21:36 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@@ -29,6 +29,7 @@ License: BSL-1.0
|
|||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://sleef.org/
|
URL: https://sleef.org/
|
||||||
Source: https://github.com/shibatch/sleef/archive/refs/tags/%{v_major}.%{v_minor}.%{v_patch}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/shibatch/sleef/archive/refs/tags/%{v_major}.%{v_minor}.%{v_patch}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
@@ -75,6 +76,9 @@ These are the development files for SLEEF.
|
|||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
%ifarch aarch64
|
||||||
|
-DCOMPILER_SUPPORTS_SVE=OFF \
|
||||||
|
%endif
|
||||||
-DSLEEF_ENABLE_TLFLOAT=OFF
|
-DSLEEF_ENABLE_TLFLOAT=OFF
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user