SHA256
8
0
forked from pool/sleef

5 Commits

2 changed files with 14 additions and 0 deletions

View File

@@ -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>

View File

@@ -29,6 +29,7 @@ License: BSL-1.0
Group: Productivity/Scientific/Math
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
ExcludeArch: %{ix86}
BuildRequires: cmake
BuildRequires: fftw3-devel
@@ -75,6 +76,9 @@ These are the development files for SLEEF.
%define __builder ninja
%cmake \
-DCMAKE_BUILD_TYPE=Release \
%ifarch aarch64
-DCOMPILER_SUPPORTS_SVE=OFF \
%endif
-DSLEEF_ENABLE_TLFLOAT=OFF
%cmake_build