public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-examples] rawhide: Update to 7.14
@ 2026-08-13 21:16 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-13 21:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocm-examples
            Branch : rawhide
            Commit : 70a34891d68f578aea04c4ecef684eb722c003cc
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-13T14:16:01-07:00
            Stats  : +10/-11 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-examples/c/70a34891d68f578aea04c4ecef684eb722c003cc?branch=rawhide

            Log:
            Update to 7.14

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

---
diff --git a/.gitignore b/.gitignore
index 6723e0a..73c2b15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /rocm-examples-7.0.2.tar.gz
 /rocm-examples-7.1.0.tar.gz
 /rocm-examples-7.2.0.tar.gz
+/rocm-examples-7.14.0.tar.gz

diff --git a/rocm-examples.spec b/rocm-examples.spec
index 8098c78..5f73ca4 100644
--- a/rocm-examples.spec
+++ b/rocm-examples.spec
@@ -20,17 +20,16 @@
 # THE SOFTWARE.
 #
 %global upstreamname rocm-examples
+
 %bcond_with preview
 %if %{with preview}
 %global rocm_release 7.14
-%global rocm_patch 0
-%global pkg_src therock-%{rocm_release}
 %else
-%global rocm_release 7.2
-%global rocm_patch 0
-%global pkg_src rocm-%{rocm_release}.%{rocm_patch}
+%global rocm_release 7.14
 %endif
 
+%global rocm_patch 0
+%global pkg_src therock-%{rocm_release}
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
 %bcond_with compat
@@ -76,7 +75,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        4%{?dist}
+Release:        1%{?dist}
 %endif
 Summary:        A collection of examples for the ROCm software stack
 Url:            https://github.com/ROCm/%{upstreamname}
@@ -183,10 +182,8 @@ 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
-%if %{with preview}
 # optical_flow uses tex2D API not supported by HIP/ROCm
 sed -i '/add_subdirectory(optical_flow)/d' Applications/CMakeLists.txt
-%endif
 
 %build
 
@@ -216,11 +213,9 @@ export ROCM_ROOT=%{pkg_prefix}
 # rocm-examples.x86_64: W: non-executable-in-bin /usr/bin/vcpy_isa.hsaco 644
 rm -f %{buildroot}%{pkg_prefix}/bin/*.hsaco
 
-%if %{with preview}
 # some extra install items
 rm -f %{buildroot}%{pkg_prefix}/*.txt
 rm -f %{buildroot}%{pkg_prefix}/*.jpg
-%endif
 
 %files
 %license LICENSE.md
@@ -228,6 +223,9 @@ rm -f %{buildroot}%{pkg_prefix}/*.jpg
 %{pkg_prefix}/bin/*
 
 %changelog
+* Sun Aug 9 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
+- Update to 7.14
+
 * Mon Aug 3 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
 - Add --with preview
 

diff --git a/sources b/sources
index 0941687..4d025bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rocm-examples-7.2.0.tar.gz) = 27d24d571b2546b49d2e3ca1d9f1e71f78da91b04ecb498b3e8b49dfe22ded3146b121fd043b08199861f02df3fe5e5a42c1795539ee9b9e002f259dd24aa3c3
+SHA512 (rocm-examples-7.14.0.tar.gz) = 552e54056b5cc69c4d5d8d22878d356663cbf73c0a8c76860057a5332385bdca63bd7f11b57964307459ad001297a433d522b177ae90ff336df7d17740f1ac11

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-13 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 21:16 [rpms/rocm-examples] rawhide: Update to 7.14 Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox