public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocfft] epel10: Build on rhel 9
Date: Thu, 11 Jun 2026 13:36:18 GMT [thread overview]
Message-ID: <178118497880.1.682776854806114134.rpms-rocfft-1afcec7919d2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rocfft
Branch : epel10
Commit : 1afcec7919d2901614e6309f4f9a01e8a02bbda7
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-04-08T16:52:17-07:00
Stats : +13/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocfft/c/1afcec7919d2901614e6309f4f9a01e8a02bbda7?branch=epel10
Log:
Build on rhel 9
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocfft.spec b/rocfft.spec
index 0ee8f49..5e8d3b8 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -102,6 +102,14 @@
%global cmake_generator %{nil}
%endif
+%if 0%{?rhel} < 10
+# rhel 9's sqlite is too old, fetch whatever rocfft bundles
+# assumes --enable-network
+%global system_sqlite OFF
+%else
+%global system_sqlite ON
+%endif
+
%global cmake_config \\\
-DBUILD_CLIENTS_TESTS_OPENMP=OFF \\\
-DBUILD_CLIENTS_TESTS=%{build_test} \\\
@@ -118,7 +126,7 @@
-DROCFFT_BUILD_OFFLINE_TUNER=OFF \\\
-DROCFFT_KERNEL_CACHE_ENABLE=OFF \\\
-DROCM_SYMLINK_LIBS=OFF \\\
- -DSQLITE_USE_SYSTEM_PACKAGE=ON
+ -DSQLITE_USE_SYSTEM_PACKAGE=%{system_sqlite}
%global gpu_list %{rocm_gpu_list_default}
%global _gpu_list gfx1100
@@ -128,7 +136,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 3%{?dist}
+Release: 4%{?dist}
%endif
Summary: ROCm Fast Fourier Transforms (FFT) library
License: (MIT AND BSD-3-Clause) AND 0BSD
@@ -281,6 +289,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
%endif
%changelog
+* Wed Apr 8 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
+- Build on rhel 9
+
* Fri Mar 6 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
- Change --with gitcommit to preview
reply other threads:[~2026-06-11 13:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178118497880.1.682776854806114134.rpms-rocfft-1afcec7919d2@fedoraproject.org \
--to=tom.rix@amd.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox