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/rocm-examples] epel10: Update to 7.2.0
Date: Mon, 15 Jun 2026 13:39:17 GMT	[thread overview]
Message-ID: <178153075771.1.15346898993842441181.rpms-rocm-examples-f9562b97fe0d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocm-examples
            Branch : epel10
            Commit : f9562b97fe0d8a7ea688c1f71ef8dd4b9c287b3a
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-11T07:26:45-08:00
            Stats  : +17/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-examples/c/f9562b97fe0d8a7ea688c1f71ef8dd4b9c287b3a?branch=epel10

            Log:
            Update to 7.2.0

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/.gitignore b/.gitignore
index 3ac48e1..6723e0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /rocm-examples-7.0.1.tar.gz
 /rocm-examples-7.0.2.tar.gz
 /rocm-examples-7.1.0.tar.gz
+/rocm-examples-7.2.0.tar.gz

diff --git a/rocm-examples.spec b/rocm-examples.spec
index 34ebcb0..7a13a78 100644
--- a/rocm-examples.spec
+++ b/rocm-examples.spec
@@ -20,7 +20,7 @@
 # THE SOFTWARE.
 #
 %global upstreamname rocm-examples
-%global rocm_release 7.1
+%global rocm_release 7.2
 %global rocm_patch 0
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
@@ -64,7 +64,7 @@
 
 Name:           rocm-examples%{pkg_suffix}
 Version:        %{rocm_version}
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        A collection of examples for the ROCm software stack
 Url:            https://github.com/ROCm/%{upstreamname}
 License:        MIT AND Apache-2.0
@@ -79,11 +79,14 @@ Source0:        %{url}/archive/rocm-%{version}.tar.gz#/%{upstreamname}-%{version
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hipblas%{pkg_suffix}-devel
+BuildRequires:  hipblaslt%{pkg_suffix}-devel
 BuildRequires:  hipcub%{pkg_suffix}-devel
 BuildRequires:  hipfft%{pkg_suffix}-devel
 BuildRequires:  hipify%{pkg_suffix}
 BuildRequires:  hiprand%{pkg_suffix}-devel
 BuildRequires:  hipsolver%{pkg_suffix}-devel
+BuildRequires:  hipsparse%{pkg_suffix}-devel
+BuildRequires:  libtiff-devel
 BuildRequires:  rocm-comgr%{pkg_suffix}-devel
 BuildRequires:  rocm-compilersupport%{pkg_suffix}-macros
 BuildRequires:  rocm-hip%{pkg_suffix}-devel
@@ -94,6 +97,7 @@ BuildRequires:  rocfft%{pkg_suffix}-devel
 BuildRequires:  rocsolver%{pkg_suffix}-devel
 BuildRequires:  rocsparse%{pkg_suffix}-devel
 BuildRequires:  rocthrust%{pkg_suffix}-devel
+BuildRequires:  rocwmma%{pkg_suffix}-devel
 
 %if 0%{?suse_version}
 BuildRequires:  benchmark-devel
@@ -159,6 +163,12 @@ sed -i -e 's@add_subdirectory(module_api)@message("no module_api")@'    HIP-Basi
 # Some custom commands need to use hip_flags
 sed -i -e 's@${CMAKE_HIP_COMPILER}@${CMAKE_HIP_COMPILER} -I%{pkg_prefix}/include@' HIP-Basic/llvm_ir_to_executable/CMakeLists.txt
 
+# No support for these libraries, no cmake knobs to turn them off
+sed -i '/hipTensor/d' Libraries/CMakeLists.txt
+sed -i '/rocProfiler-SDK/d' Libraries/CMakeLists.txt
+# Do not want to fight through open mp requirement
+sed -i '/rocWMMA/d' Libraries/CMakeLists.txt
+
 %build
 
 export ROCM_ROOT=%{pkg_prefix}
@@ -188,6 +198,9 @@ export ROCM_ROOT=%{pkg_prefix}
 %{pkg_prefix}/bin/*
 
 %changelog
+* Thu Jan 29 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
+- Update to 7.2.0
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index f97ee77..0941687 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rocm-examples-7.1.0.tar.gz) = 905261202d04896a737730f69b383f7d44557d287c90f36144ac8a421ebd104a7d884cce607058e735da80f7ce2a2509eaec0c84d9ca513de6ca18424e049a71
+SHA512 (rocm-examples-7.2.0.tar.gz) = 27d24d571b2546b49d2e3ca1d9f1e71f78da91b04ecb498b3e8b49dfe22ded3146b121fd043b08199861f02df3fe5e5a42c1795539ee9b9e002f259dd24aa3c3

                 reply	other threads:[~2026-06-15 13:39 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=178153075771.1.15346898993842441181.rpms-rocm-examples-f9562b97fe0d@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