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: Fix fedora sqlite
Date: Thu, 11 Jun 2026 13:36:19 GMT [thread overview]
Message-ID: <178118497925.1.15447542446165538859.rpms-rocfft-7c21302a1840@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rocfft
Branch : epel10
Commit : 7c21302a184048bde62dbea9db3e2548bb406194
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-04-14T12:25:38-07:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocfft/c/7c21302a184048bde62dbea9db3e2548bb406194?branch=epel10
Log:
Fix fedora sqlite
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocfft.spec b/rocfft.spec
index 5e8d3b8..1447b9b 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -102,6 +102,9 @@
%global cmake_generator %{nil}
%endif
+%if 0%{?fedora} || 0%{?suse_version}
+%global system_sqlite ON
+%else
%if 0%{?rhel} < 10
# rhel 9's sqlite is too old, fetch whatever rocfft bundles
# assumes --enable-network
@@ -109,6 +112,7 @@
%else
%global system_sqlite ON
%endif
+%endif
%global cmake_config \\\
-DBUILD_CLIENTS_TESTS_OPENMP=OFF \\\
@@ -136,7 +140,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
Summary: ROCm Fast Fourier Transforms (FFT) library
License: (MIT AND BSD-3-Clause) AND 0BSD
@@ -289,6 +293,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
%endif
%changelog
+* Tue Apr 14 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-5
+- Fix fedora sqlite
+
* Wed Apr 8 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
- Build on rhel 9
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=178118497925.1.15447542446165538859.rpms-rocfft-7c21302a1840@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