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-rpm-macros] epel10: Update to 7.2.0
Date: Thu, 11 Jun 2026 13:35:34 GMT	[thread overview]
Message-ID: <178118493470.1.9027629892214064649.rpms-rocm-rpm-macros-66b655b329ca@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocm-rpm-macros
            Branch : epel10
            Commit : 66b655b329cae7f0a137aba49658419a78163630
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-06T10:56:22-08:00
            Stats  : +29/-10 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-rpm-macros/c/66b655b329cae7f0a137aba49658419a78163630?branch=epel10

            Log:
            Update to 7.2.0

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

---
diff --git a/rocm-7.1 b/rocm-7.1
index bf2f3fe..800f4f2 100644
--- a/rocm-7.1
+++ b/rocm-7.1
@@ -5,10 +5,10 @@
 
 conflict rocm
 
-setenv        ROCM_PATH     /usr/lib64/rocm/7.1
-setenv        ROCM_BIN      /usr/lib64/rocm/7.1/bin
-setenv        ROCM_INCLUDE  /usr/lib64/rocm/7.1/include
-setenv        ROCM_LIB      /usr/lib64/rocm/7.1/lib
-prepend-path  PATH          /usr/lib64/rocm/7.1/bin
-prepend-path  LD_LIBRARY_PATH /usr/lib64/rocm/7.1/lib
-prepend-path  PYTHONPATH    /usr/lib64/rocm/7.1/lib/python3.13/site-packages/
+setenv        ROCM_PATH     /usr/lib64/rocm/rocm-7.1
+setenv        ROCM_BIN      /usr/lib64/rocm/rocm-7.1/bin
+setenv        ROCM_INCLUDE  /usr/lib64/rocm/rocm-7.1/include
+setenv        ROCM_LIB      /usr/lib64/rocm/rocm-7.1/lib
+prepend-path  PATH          /usr/lib64/rocm/rocm-7.1/bin
+prepend-path  LD_LIBRARY_PATH /usr/lib64/rocm/rocm-7.1/lib
+prepend-path  PYTHONPATH    /usr/lib64/rocm/rocm-7.1/lib/python3.13/site-packages/

diff --git a/rocm-7.2 b/rocm-7.2
new file mode 100644
index 0000000..7819e59
--- /dev/null
+++ b/rocm-7.2
@@ -0,0 +1,14 @@
+#%Module 1.0
+#
+#  ROCm module for use with 'environment-modules' package:
+# 
+
+conflict rocm
+
+setenv        ROCM_PATH     /usr/lib64/rocm/rocm-7.2
+setenv        ROCM_BIN      /usr/lib64/rocm/rocm-7.2/bin
+setenv        ROCM_INCLUDE  /usr/lib64/rocm/rocm-7.2/include
+setenv        ROCM_LIB      /usr/lib64/rocm/rocm-7.2/lib
+prepend-path  PATH          /usr/lib64/rocm/rocm-7.2/bin
+prepend-path  LD_LIBRARY_PATH /usr/lib64/rocm/rocm-7.2/lib
+prepend-path  PYTHONPATH    /usr/lib64/rocm/rocm-7.2/lib/python3.13/site-packages/

diff --git a/rocm-rpm-macros.spec b/rocm-rpm-macros.spec
index 436f77d..0997e9e 100644
--- a/rocm-rpm-macros.spec
+++ b/rocm-rpm-macros.spec
@@ -20,7 +20,7 @@
 # THE SOFTWARE.
 #
 
-%global rocm_release 7.1
+%global rocm_release 7.2
 %global rocm_patch 0
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
@@ -34,7 +34,7 @@
 
 Name:           %{pkg_name}
 Version:        %{rocm_version}
-Release:        9%{?dist}
+Release:        1%{?dist}
 Summary:        ROCm RPM macros
 License:        GPL-2.0-or-later
 
@@ -61,6 +61,7 @@ Source17:       default.rhel
 Source18:       gfx12
 Source19:       gfx950
 Source30:       rocm-7.1
+Source31:       rocm-7.2
 
 # Just some files
 %global debug_package %{nil}
@@ -87,8 +88,8 @@ Requires:       Modules
 %else
 Requires: environment(modules)
 Requires: cmake-filesystem
-Requires: rocm-llvm-filesystem
 %endif
+Requires: rocm-filesystem%{pkg_suffix}
 
 %description modules
 This package contains ROCm environment modules for switching
@@ -122,6 +123,7 @@ install -pm 644 %{SOURCE18} modules
 install -pm 644 %{SOURCE19} modules
 # compat modules
 install -pm 644 %{SOURCE30} modules
+install -pm 644 %{SOURCE31} modules
 
 %install
 mkdir -p %{buildroot}%{_rpmmacrodir}/
@@ -147,6 +149,9 @@ cp -p modules/* %{buildroot}%{_datadir}/modulefiles/rocm/
 %endif
 
 %changelog
+* Fri Feb 6 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-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-06-11 13:35 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=178118493470.1.9027629892214064649.rpms-rocm-rpm-macros-66b655b329ca@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