public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-compilersupport] epel10: Update to 7.2.0
@ 2026-06-09 23:06 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-09 23:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocm-compilersupport
            Branch : epel10
            Commit : cfcf3c3e82b1e879d96b066301b431e9ea74bc2d
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-06T07:58:58-08:00
            Stats  : +53/-173 in 9 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-compilersupport/c/cfcf3c3e82b1e879d96b066301b431e9ea74bc2d?branch=epel10

            Log:
            Update to 7.2.0

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

---
diff --git a/.gitignore b/.gitignore
index aeb6ce5..8798e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /rocm-compilersupport-7.0.2.tar.gz
 /rocm-compilersupport-7.1.0.tar.gz
 /rocm-compilersupport-7.1.1.tar.gz
+/rocm-compilersupport-7.2.0.tar.gz

diff --git a/0001-comgr-link-with-static-llvm.patch b/0001-comgr-link-with-static-llvm.patch
index 39ea9b5..85ee67e 100644
--- a/0001-comgr-link-with-static-llvm.patch
+++ b/0001-comgr-link-with-static-llvm.patch
@@ -1,4 +1,4 @@
-From 341d5f58dfb731bbec24b3969096db12ed1e271e Mon Sep 17 00:00:00 2001
+From 54ba86345412add14d7e911037a42478cd206ea6 Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
 Date: Wed, 16 Apr 2025 09:24:34 -0700
 Subject: [PATCH] comgr link with static llvm
@@ -8,10 +8,10 @@ Subject: [PATCH] comgr link with static llvm
  1 file changed, 25 insertions(+), 28 deletions(-)
 
 diff --git a/amd/comgr/CMakeLists.txt b/amd/comgr/CMakeLists.txt
-index ed01d21cea30..877762811ff6 100644
+index 21a544402c48..41f65fb8a5f7 100644
 --- a/amd/comgr/CMakeLists.txt
 +++ b/amd/comgr/CMakeLists.txt
-@@ -418,31 +418,27 @@ else()
+@@ -430,31 +430,27 @@ else()
    set(SPIRV_STATIC_LIB "SPIRVAMDLib")
  endif()
  
@@ -64,7 +64,7 @@ index ed01d21cea30..877762811ff6 100644
  
  target_link_options(amd_comgr
    PUBLIC
-@@ -452,9 +448,10 @@ target_link_options(amd_comgr
+@@ -464,9 +460,10 @@ target_link_options(amd_comgr
  
  target_link_libraries(amd_comgr
    PRIVATE
@@ -79,5 +79,5 @@ index ed01d21cea30..877762811ff6 100644
  if (NOT UNIX)
    target_link_libraries(amd_comgr
 -- 
-2.48.1
+2.52.0
 

diff --git a/0001-lld-workaround-.gnu.version-change.patch b/0001-lld-workaround-.gnu.version-change.patch
index f9f9eed..1c7917e 100644
--- a/0001-lld-workaround-.gnu.version-change.patch
+++ b/0001-lld-workaround-.gnu.version-change.patch
@@ -1,4 +1,4 @@
-From 75f7308a111dc704d1eeea013d2a9c993c0a89ac Mon Sep 17 00:00:00 2001
+From f76e91d21a8cd368fe24ca39598413b51c51790f Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
 Date: Fri, 14 Nov 2025 12:44:23 -0800
 Subject: [PATCH] lld workaround .gnu.version change
@@ -8,10 +8,10 @@ Subject: [PATCH] lld workaround .gnu.version change
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
-index 42d0e4c202ec..b306fde7e14c 100644
+index a5921feb1829..7de9ff4020be 100644
 --- a/lld/ELF/InputFiles.cpp
 +++ b/lld/ELF/InputFiles.cpp
-@@ -1581,6 +1581,7 @@ template <class ELFT> void SharedFile::parse() {
+@@ -1698,6 +1698,7 @@ template <class ELFT> void SharedFile::parse() {
        continue;
      }
  
@@ -19,7 +19,7 @@ index 42d0e4c202ec..b306fde7e14c 100644
      if (ver == VER_NDX_LOCAL ||
          (ver != VER_NDX_GLOBAL && idx >= verdefs.size())) {
        // In GNU ld < 2.31 (before 3be08ea4728b56d35e136af4e6fd3086ade17764), the
-@@ -1592,7 +1593,7 @@ template <class ELFT> void SharedFile::parse() {
+@@ -1709,7 +1710,7 @@ template <class ELFT> void SharedFile::parse() {
                       << " for symbol " << name
                       << " is out of bounds\n>>> defined in " << this;
        continue;
@@ -28,7 +28,7 @@ index 42d0e4c202ec..b306fde7e14c 100644
  
      uint32_t alignment = getAlignment<ELFT>(sections, sym);
      if (ver == idx) {
-@@ -1606,7 +1607,8 @@ template <class ELFT> void SharedFile::parse() {
+@@ -1723,7 +1724,8 @@ template <class ELFT> void SharedFile::parse() {
  
      // Also add the symbol with the versioned name to handle undefined symbols
      // with explicit versions.
@@ -39,5 +39,5 @@ index 42d0e4c202ec..b306fde7e14c 100644
  
      StringRef verName =
 -- 
-2.51.1
+2.52.0
 

diff --git a/0001-rocm-compilersupport-force-hip-runtime-detection.patch b/0001-rocm-compilersupport-force-hip-runtime-detection.patch
index ab3f4c1..0c48f71 100644
--- a/0001-rocm-compilersupport-force-hip-runtime-detection.patch
+++ b/0001-rocm-compilersupport-force-hip-runtime-detection.patch
@@ -1,4 +1,4 @@
-From 92e9587663055c40c111fd4c7b37a4fa42884556 Mon Sep 17 00:00:00 2001
+From f49602b60c633c6c77787db664520b9827fd503b Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
 Date: Thu, 18 Sep 2025 10:55:43 -0700
 Subject: [PATCH] rocm-compilersupport force hip runtime detection
@@ -8,10 +8,10 @@ Subject: [PATCH] rocm-compilersupport force hip runtime detection
  1 file changed, 4 insertions(+)
 
 diff --git a/clang/lib/Driver/ToolChains/AMDGPU.cpp b/clang/lib/Driver/ToolChains/AMDGPU.cpp
-index 798ea8aad6de..8ef086c61066 100644
+index 4f30b532bec5..4ba91edfdfd9 100644
 --- a/clang/lib/Driver/ToolChains/AMDGPU.cpp
 +++ b/clang/lib/Driver/ToolChains/AMDGPU.cpp
-@@ -455,6 +455,9 @@ void RocmInstallationDetector::detectHIPRuntime() {
+@@ -453,6 +453,9 @@ void RocmInstallationDetector::detectHIPRuntime() {
      if (!HIPPathEnv->empty())
        HIPSearchDirs.emplace_back(std::move(*HIPPathEnv));
    }
@@ -21,7 +21,7 @@ index 798ea8aad6de..8ef086c61066 100644
    if (HIPSearchDirs.empty())
      HIPSearchDirs.append(getInstallationPathCandidates());
    auto &FS = D.getVFS();
-@@ -517,6 +520,7 @@ void RocmInstallationDetector::detectHIPRuntime() {
+@@ -511,6 +514,7 @@ void RocmInstallationDetector::detectHIPRuntime() {
      }
    }
    HasHIPRuntime = false;
@@ -30,5 +30,5 @@ index 798ea8aad6de..8ef086c61066 100644
  
  void RocmInstallationDetector::print(raw_ostream &OS) const {
 -- 
-2.51.0
+2.52.0
 

diff --git a/0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch b/0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch
index 5a8269f..693ae72 100644
--- a/0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch
+++ b/0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch
@@ -1,4 +1,4 @@
-From 19bbeb111f6bea771b8ee4ae28191089e4ecc52c Mon Sep 17 00:00:00 2001
+From 82eaa017263911119f0f0f4d77160a5b3c2e7dfb Mon Sep 17 00:00:00 2001
 From: trix <trix@localhost.localdomain>
 Date: Fri, 19 Sep 2025 17:34:31 -0700
 Subject: [PATCH] rocm-compilersupport simplify use runtime wrapper check
@@ -8,10 +8,10 @@ Subject: [PATCH] rocm-compilersupport simplify use runtime wrapper check
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/clang/lib/Driver/ToolChains/AMDGPU.cpp b/clang/lib/Driver/ToolChains/AMDGPU.cpp
-index 8ef086c61066..da7e185523bb 100644
+index 4ba91edfdfd9..0929960ada2f 100644
 --- a/clang/lib/Driver/ToolChains/AMDGPU.cpp
 +++ b/clang/lib/Driver/ToolChains/AMDGPU.cpp
-@@ -531,8 +531,7 @@ void RocmInstallationDetector::print(raw_ostream &OS) const {
+@@ -525,8 +525,7 @@ void RocmInstallationDetector::print(raw_ostream &OS) const {
  
  void RocmInstallationDetector::AddHIPIncludeArgs(const ArgList &DriverArgs,
                                                   ArgStringList &CC1Args) const {
@@ -22,5 +22,5 @@ index 8ef086c61066..da7e185523bb 100644
  
    if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) {
 -- 
-2.51.0
+2.52.0
 

diff --git a/0001-rocm-llvm-work-around-new-assert-in-array.patch b/0001-rocm-llvm-work-around-new-assert-in-array.patch
index a4886d4..0299e4a 100644
--- a/0001-rocm-llvm-work-around-new-assert-in-array.patch
+++ b/0001-rocm-llvm-work-around-new-assert-in-array.patch
@@ -1,4 +1,4 @@
-From 77b60432f85502270252ad997bc7f1086eca422c Mon Sep 17 00:00:00 2001
+From 6e3ee79b52e9578d7e152d99ddfc79fdf2a80948 Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
 Date: Tue, 11 Mar 2025 07:32:44 -0700
 Subject: [PATCH] rocm-llvm: work around new assert in array
@@ -11,10 +11,10 @@ Signed-off-by: Tom Rix <Tom.Rix@amd.com>
  create mode 100644 clang/lib/Headers/cuda_wrappers/array
 
 diff --git a/clang/lib/Headers/CMakeLists.txt b/clang/lib/Headers/CMakeLists.txt
-index 66c3e5c8f617..937adc8a3f5a 100644
+index 3cde8a024e9d..c96290da4d2c 100644
 --- a/clang/lib/Headers/CMakeLists.txt
 +++ b/clang/lib/Headers/CMakeLists.txt
-@@ -288,6 +288,7 @@ set(files
+@@ -340,6 +340,7 @@ set(files
  
  set(cuda_wrapper_files
    cuda_wrappers/algorithm
@@ -68,5 +68,5 @@ index 000000000000..41c1263d8b3b
 +
 +#endif // include guard
 -- 
-2.48.1
+2.52.0
 

diff --git a/rocm-compilersupport.prep.in b/rocm-compilersupport.prep.in
index 34193bc..cd45424 100644
--- a/rocm-compilersupport.prep.in
+++ b/rocm-compilersupport.prep.in
@@ -1,5 +1,3 @@
-# Remove third-party
-rm -rf third-party
 # Force clang to be shared
 sed -i -e 's@if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ARG_INSTALL_WITH_TOOLCHAIN)@if (ARG_SHARED AND (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ARG_INSTALL_WITH_TOOLCHAIN))@' clang/cmake/modules/AddClang.cmake
 # Force lld to be shared

diff --git a/rocm-compilersupport.spec b/rocm-compilersupport.spec
index 585ef44..2430eaf 100644
--- a/rocm-compilersupport.spec
+++ b/rocm-compilersupport.spec
@@ -42,10 +42,10 @@
 # The package follows LLVM's major version, but API version is still important:
 %global comgr_maj_api_ver 3
 # Upstream tags are based on rocm releases:
-%global rocm_release 7.1
-%global rocm_patch 1
+%global rocm_release 7.2
+%global rocm_patch 0
 # What LLVM is upstream using (use LLVM_VERSION_MAJOR from llvm/CMakeLists.txt):
-%global llvm_maj_ver 20
+%global llvm_maj_ver 22
 %global llvm_version_suffix .rocm
 
 %endif
@@ -127,13 +127,12 @@
 %global build_gold OFF
 %endif
 
-
 Name:           %{pkg_name}
 Version:        %{llvm_maj_ver}
 %if %{with gitcommit}
 Release:        0.rocm%{rocm_version}^git%{date0}.%{shortcommit0}%{?dist}.1
 %else
-Release:        13.rocm%{rocm_version}%{?dist}
+Release:        1.rocm%{rocm_version}%{?dist}
 %endif
 
 Summary:        Various AMD ROCm LLVM related services
@@ -152,18 +151,16 @@ Source0:        %{url}/archive/refs/tags/rocm-%{rocm_version}.tar.gz#/rocm-compi
 %endif
 Source1:        rocm-compilersupport.prep.in
 
-# Subject: [PATCH] [gold] Fix compilation (#130334)
-Patch1:         %{url}/commit/b0baa1d8bd68a2ce2f7c5f2b62333e410e9122a1.patch
 # Link comgr with static versions of llvm's libraries
-Patch2:         0001-comgr-link-with-static-llvm.patch
+Patch1:         0001-comgr-link-with-static-llvm.patch
 # On Fedora the assert came in gcc 15, on RHEL 10.2 gcc 14
 # Reduce the gcc version check below
-Patch3:         0001-rocm-llvm-work-around-new-assert-in-array.patch
+Patch2:         0001-rocm-llvm-work-around-new-assert-in-array.patch
 # https://github.com/ROCm/llvm-project/issues/301
-Patch4:         0001-rocm-compilersupport-force-hip-runtime-detection.patch
-Patch5:         0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch
+Patch3:         0001-rocm-compilersupport-force-hip-runtime-detection.patch
+Patch4:         0001-rocm-compilersupport-simplify-use-runtime-wrapper-ch.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=2415065
-Patch6:         0001-lld-workaround-.gnu.version-change.patch
+Patch5:         0001-lld-workaround-.gnu.version-change.patch
 
 BuildRequires:  cmake
 %if 0%{?fedora} || 0%{?suse_version}
@@ -412,6 +409,18 @@ Requires:      perl(Sys::Hostname)
 %autosetup -p1 -n %{upstreamname}-rocm-%{rocm_version}
 %endif
 
+# Remove third-party
+#
+# Need SipHash.h
+# .../llvm/lib/Support/SipHash.cpp:15:10: fatal error: siphash/SipHash.h: No such file or directory
+#   15 | #include "siphash/SipHash.h"
+# move siphash out of the way
+mv third-party/siphash .
+# remove everything else
+rm -rf third-party/*
+# move siphash back
+mv siphash third-party/
+
 # rm llvm-project bits we do not need
 rm -rf {bolt,flang,flang-rt,libclc,lldb,llvm-libgcc,mlir,polly}
 
@@ -790,20 +799,6 @@ pushd .
 %cmake_install
 popd
 
-%if %{without compat}
-# Make directories users of rocm-rpm-modules will install to
-%global modules_gpu_list gfx8 gfx9 gfx10 gfx11 gfx12 gfx906 gfx908 gfx90a gfx942 gfx950 gfx1031 gfx1036 gfx1100 gfx1101 gfx1102 gfx1103 gfx1150 gfx1151 gfx1152 gfx1153 gfx1200 gfx1201
-for gpu in %{modules_gpu_list}
-do
-    mkdir -p %{buildroot}%{_libdir}/rocm/$gpu/lib/cmake
-    mkdir -p %{buildroot}%{_libdir}/rocm/$gpu/bin
-    mkdir -p %{buildroot}%{_libdir}/rocm/$gpu/include
-done
-mkdir -p %{buildroot}%{_libdir}/rocm/lib/cmake
-mkdir -p %{buildroot}%{_libdir}/rocm/bin
-mkdir -p %{buildroot}%{_libdir}/rocm/include
-%endif
-
 rm -rf %{buildroot}%{pkg_prefix}/hip
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/packages/*
 
@@ -831,7 +826,6 @@ rm -f %{buildroot}%{pkg_prefix}/bin/hipvars.pm
 # Extra docs
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/ROCm-Device-Libs/LICENSE.TXT
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/amd_comgr/LICENSE.txt
-rm -rf %{buildroot}%{pkg_prefix}/share/doc/amd_comgr/NOTICES.txt
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/amd_comgr/README.md
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/LICENSE.txt
 rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
@@ -852,7 +846,7 @@ rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
 
 
 %files -n %{comgr_name}
-%license amd/comgr/LICENSE.txt amd/comgr/NOTICES.txt
+%license amd/comgr/LICENSE.txt
 %doc amd/comgr/README.md
 %{pkg_prefix}/%{pkg_libdir}/libamd_comgr.so.*
 
@@ -869,124 +863,6 @@ rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
 
 # ROCM LLVM
 %files -n %{rocm_llvm_name}-filesystem
-%dir %{_libdir}/rocm
-%if %{without compat}
-# For rocm-rpm-modules
-%dir %{_libdir}/rocm/bin
-%dir %{_libdir}/rocm/include
-%dir %{_libdir}/rocm/lib
-%dir %{_libdir}/rocm/gfx8
-%dir %{_libdir}/rocm/gfx8/bin
-%dir %{_libdir}/rocm/gfx8/include
-%dir %{_libdir}/rocm/gfx8/lib
-%dir %{_libdir}/rocm/gfx8/lib/cmake
-%dir %{_libdir}/rocm/gfx9
-%dir %{_libdir}/rocm/gfx9/bin
-%dir %{_libdir}/rocm/gfx9/include
-%dir %{_libdir}/rocm/gfx9/lib
-%dir %{_libdir}/rocm/gfx9/lib/cmake
-%dir %{_libdir}/rocm/gfx10
-%dir %{_libdir}/rocm/gfx10/bin
-%dir %{_libdir}/rocm/gfx10/include
-%dir %{_libdir}/rocm/gfx10/lib
-%dir %{_libdir}/rocm/gfx10/lib/cmake
-%dir %{_libdir}/rocm/gfx11
-%dir %{_libdir}/rocm/gfx11/bin
-%dir %{_libdir}/rocm/gfx11/include
-%dir %{_libdir}/rocm/gfx11/lib
-%dir %{_libdir}/rocm/gfx11/lib/cmake
-%dir %{_libdir}/rocm/gfx12
-%dir %{_libdir}/rocm/gfx12/bin
-%dir %{_libdir}/rocm/gfx12/include
-%dir %{_libdir}/rocm/gfx12/lib
-%dir %{_libdir}/rocm/gfx12/lib/cmake
-%dir %{_libdir}/rocm/gfx906
-%dir %{_libdir}/rocm/gfx906/bin
-%dir %{_libdir}/rocm/gfx906/include
-%dir %{_libdir}/rocm/gfx906/lib
-%dir %{_libdir}/rocm/gfx906/lib/cmake
-%dir %{_libdir}/rocm/gfx908
-%dir %{_libdir}/rocm/gfx908/bin
-%dir %{_libdir}/rocm/gfx908/include
-%dir %{_libdir}/rocm/gfx908/lib
-%dir %{_libdir}/rocm/gfx908/lib/cmake
-%dir %{_libdir}/rocm/gfx90a
-%dir %{_libdir}/rocm/gfx90a/bin
-%dir %{_libdir}/rocm/gfx90a/include
-%dir %{_libdir}/rocm/gfx90a/lib
-%dir %{_libdir}/rocm/gfx90a/lib/cmake
-%dir %{_libdir}/rocm/gfx942
-%dir %{_libdir}/rocm/gfx942/bin
-%dir %{_libdir}/rocm/gfx942/include
-%dir %{_libdir}/rocm/gfx942/lib
-%dir %{_libdir}/rocm/gfx942/lib/cmake
-%dir %{_libdir}/rocm/gfx950
-%dir %{_libdir}/rocm/gfx950/bin
-%dir %{_libdir}/rocm/gfx950/include
-%dir %{_libdir}/rocm/gfx950/lib
-%dir %{_libdir}/rocm/gfx950/lib/cmake
-%dir %{_libdir}/rocm/gfx1031
-%dir %{_libdir}/rocm/gfx1031/bin
-%dir %{_libdir}/rocm/gfx1031/include
-%dir %{_libdir}/rocm/gfx1031/lib
-%dir %{_libdir}/rocm/gfx1031/lib/cmake
-%dir %{_libdir}/rocm/gfx1036
-%dir %{_libdir}/rocm/gfx1036/bin
-%dir %{_libdir}/rocm/gfx1036/include
-%dir %{_libdir}/rocm/gfx1036/lib
-%dir %{_libdir}/rocm/gfx1036/lib/cmake
-%dir %{_libdir}/rocm/gfx1100
-%dir %{_libdir}/rocm/gfx1100/bin
-%dir %{_libdir}/rocm/gfx1100/include
-%dir %{_libdir}/rocm/gfx1100/lib
-%dir %{_libdir}/rocm/gfx1100/lib/cmake
-%dir %{_libdir}/rocm/gfx1101
-%dir %{_libdir}/rocm/gfx1101/bin
-%dir %{_libdir}/rocm/gfx1101/include
-%dir %{_libdir}/rocm/gfx1101/lib
-%dir %{_libdir}/rocm/gfx1101/lib/cmake
-%dir %{_libdir}/rocm/gfx1102
-%dir %{_libdir}/rocm/gfx1102/bin
-%dir %{_libdir}/rocm/gfx1102/include
-%dir %{_libdir}/rocm/gfx1102/lib
-%dir %{_libdir}/rocm/gfx1102/lib/cmake
-%dir %{_libdir}/rocm/gfx1103
-%dir %{_libdir}/rocm/gfx1103/bin
-%dir %{_libdir}/rocm/gfx1103/include
-%dir %{_libdir}/rocm/gfx1103/lib
-%dir %{_libdir}/rocm/gfx1103/lib/cmake
-%dir %{_libdir}/rocm/gfx1150
-%dir %{_libdir}/rocm/gfx1150/bin
-%dir %{_libdir}/rocm/gfx1150/include
-%dir %{_libdir}/rocm/gfx1150/lib
-%dir %{_libdir}/rocm/gfx1150/lib/cmake
-%dir %{_libdir}/rocm/gfx1151
-%dir %{_libdir}/rocm/gfx1151/bin
-%dir %{_libdir}/rocm/gfx1151/include
-%dir %{_libdir}/rocm/gfx1151/lib
-%dir %{_libdir}/rocm/gfx1151/lib/cmake
-%dir %{_libdir}/rocm/gfx1152
-%dir %{_libdir}/rocm/gfx1152/bin
-%dir %{_libdir}/rocm/gfx1152/include
-%dir %{_libdir}/rocm/gfx1152/lib
-%dir %{_libdir}/rocm/gfx1152/lib/cmake
-%dir %{_libdir}/rocm/gfx1153
-%dir %{_libdir}/rocm/gfx1153/bin
-%dir %{_libdir}/rocm/gfx1153/include
-%dir %{_libdir}/rocm/gfx1153/lib
-%dir %{_libdir}/rocm/gfx1153/lib/cmake
-%dir %{_libdir}/rocm/gfx1200
-%dir %{_libdir}/rocm/gfx1200/bin
-%dir %{_libdir}/rocm/gfx1200/include
-%dir %{_libdir}/rocm/gfx1200/lib
-%dir %{_libdir}/rocm/gfx1200/lib/cmake
-%dir %{_libdir}/rocm/gfx1201
-%dir %{_libdir}/rocm/gfx1201/bin
-%dir %{_libdir}/rocm/gfx1201/include
-%dir %{_libdir}/rocm/gfx1201/lib
-%dir %{_libdir}/rocm/gfx1201/lib/cmake
-%endif
-# For llvm
 %dir %{bundle_prefix}
 %dir %{bundle_prefix}/bin
 %dir %{bundle_prefix}/include
@@ -1028,6 +904,7 @@ rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
 %{bundle_prefix}/bin/amdgpu-arch
 %{bundle_prefix}/bin/dsymutil
 %{bundle_prefix}/bin/llvm*
+%{bundle_prefix}/bin/offload-arch
 %{bundle_prefix}/bin/opt
 %{bundle_prefix}/bin/reduce-chunk-list
 %{bundle_prefix}/bin/sancov
@@ -1147,6 +1024,10 @@ rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
 %endif
 
 %changelog
+* Thu Feb 5 2026 Tom Rix <Tom.Rix@amd.com> 22-1.rocm7.2.0
+- Update to 7.2.0
+- Use rocm-filesystem via rocm-cmake
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20-13.rocm7.1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 0023caa..1aa6402 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rocm-compilersupport-7.1.1.tar.gz) = 207a9564dd3ced1c257489cc537856a4420ec6ba431f75ffd5e1730db2119c0e00b9d601bef036a0cca7a0e69812ec6d3b895e9819a4fb5298d3229c764c4e84
+SHA512 (rocm-compilersupport-7.2.0.tar.gz) = cc68b61605e89291d8417e438e4134a6cb7c5112145fe0ac72e358ddbf300dc86bbed18a9bc143e86d5f4085b327e1c5f81e14b6d17001605d63c1171c29841e

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

only message in thread, other threads:[~2026-06-09 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 23:06 [rpms/rocm-compilersupport] epel10: Update to 7.2.0 Tom Rix

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