Skip to content

Commit

Permalink
Update to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystro256 committed Jul 3, 2022
1 parent 8893644 commit f758425
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 106 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/ROCm-CompilerSupport-5.0.0.tar.gz
/ROCm-CompilerSupport-5.1.0.tar.gz
/ROCm-CompilerSupport-5.2.0.tar.gz
66 changes: 0 additions & 66 deletions 0001-COMGR-changes-needed-for-https-github.com-llvm-llvm-.patch

This file was deleted.

31 changes: 0 additions & 31 deletions 0001-Fix-cmake-file-location.patch

This file was deleted.

16 changes: 8 additions & 8 deletions rocm-compilersupport.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global upstreamname ROCm-CompilerSupport
%global rocm_release 5.1
%global rocm_release 5.2
%global rocm_patch 0
%global rocm_version %{rocm_release}.%{rocm_patch}

Name: rocm-compilersupport
Version: %{rocm_version}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Various AMD ROCm LLVM related services

Url: https://github.com/RadeonOpenCompute/ROCm-CompilerSupport
Expand All @@ -15,12 +15,9 @@ Source0: https://github.com/RadeonOpenCompute/%{upstreamname}/archive/ref
#https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/commit/5495595234e8fb7b1715429cfa41fe6d9c0e710c
Patch0: 0001-Detect-if-clang-is-static-or-shared.patch

#https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/commit/75c1055f9840f3089b3d744e44faaa4a2fcd8803
Patch1: 0001-Fix-cmake-file-location.patch

#Fix build against LLVM 14, cherry-picked from amd-stg-open branch:
#https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/commit/616915650763f5d49ae66b4c11556a47821b9204
Patch100: 0001-COMGR-changes-needed-for-https-github.com-llvm-llvm-.patch
#Revert one patch to avoid compilation issue:
# gfx1036 defines are not present in llvm 14 (should be in 15)
Patch100: 0001-Revert-Add-gfx1036.patch

BuildRequires: cmake
BuildRequires: clang-devel >= 14.0.0
Expand Down Expand Up @@ -89,6 +86,9 @@ sed -i -e "/compile_test/d" \
%{_libdir}/cmake/amd_comgr

%changelog
* Sun Jul 03 2022 Jeremy Newton <alexjnewt at hotmail dot com> - 5.2.0-1
- Update to 5.2.0

* Fri Jun 10 2022 Jeremy Newton <alexjnewt at hotmail dot com> - 5.1.0-3
- Add comgr(rocm) provide

Expand Down
2 changes: 1 addition & 1 deletion sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SHA512 (ROCm-CompilerSupport-5.1.0.tar.gz) = e0402eab4e1ce2aac0b2623e00e16ed5c7b211e99a7d90b995f2a243f1e844fc51f169305985bafb12cdc7c8fd4b5d60ef7ff2ce0b38c2790c7f0cec6115c468
SHA512 (ROCm-CompilerSupport-5.2.0.tar.gz) = ecfbe974e5938d46672c3f421d35a9c0a13f7cdd4756be533b7a0da1cd8a05cb0deb2e2b11000e007f40def362acad662696dc7fd59462b457fd1452169cc156

0 comments on commit f758425

Please sign in to comment.