Compare commits

10 Commits

Author SHA256 Message Date
e291d01fbc Accepting request 1302709 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1302709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sleef?expand=0&rev=4
2025-09-04 15:59:48 +00:00
2670232352 Accepting request 1301765 from home:Guillaume_G:branches:devel:libraries:c_c++
- Disable SVE on aarch64 to fix build

OBS-URL: https://build.opensuse.org/request/show/1301765
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=7
2025-08-30 18:25:14 +00:00
db25ef7edd Accepting request 1296153 from devel:libraries:c_c++
disable the broken build for i586 (bsc#1246933)

OBS-URL: https://build.opensuse.org/request/show/1296153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sleef?expand=0&rev=3
2025-07-30 09:42:56 +00:00
7fcdd82a77 Accepting request 1294005 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1294005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sleef?expand=0&rev=2
2025-07-17 15:19:10 +00:00
521d3bdf06 - Disable LTO on riscv64 due to gcc bug 110812
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=5
2025-07-17 06:15:10 +00:00
7d218dae63 Accepting request 1293660 from devel:libraries:c_c++
Thanks for finding the duplicate %files entry, I hope this is better now :)

OBS-URL: https://build.opensuse.org/request/show/1293660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sleef?expand=0&rev=1
2025-07-16 13:53:17 +00:00
66c9a81292 - follow darix' advice about duplicate libname in -devel pkg
- silence warning "shared-dir-glob-in-files %{_includedir}/*"

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=4
2025-07-16 09:37:14 +00:00
bc45cc385f - Use _service file to download the tarball
- Use ninja to build
- Update to version 3.9.0
- Remove commented out steps

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=3
2025-04-22 07:28:38 +00:00
Fabio Pesari
f8cea291f3 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=2 2024-12-16 18:06:51 +00:00
6510c3ae5e Used by at least an important library (librubberband)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sleef?expand=0&rev=1
2023-04-01 11:02:07 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

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