Update to 17.1
Also use ctest macro
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@
|
||||
/ROCm-CompilerSupport-16.1.tar.gz
|
||||
/ROCm-CompilerSupport-16.2.tar.gz
|
||||
/ROCm-CompilerSupport-17.0.tar.gz
|
||||
/ROCm-CompilerSupport-17.1.tar.gz
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
# If you bump LLVM, please reset bugfix_version to 0; I fork upstream sources,
|
||||
# but I prepare the initial *.0 tag long before Fedora/EL picks up new LLVM.
|
||||
# An LLVM update will require uploading new sources, contact mystro256 if FTBFS.
|
||||
%global bugfix_version 0
|
||||
%global bugfix_version 1
|
||||
%global upstreamname ROCm-CompilerSupport
|
||||
|
||||
Name: rocm-compilersupport
|
||||
Version: %{llvm_maj_ver}.%{bugfix_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Various AMD ROCm LLVM related services
|
||||
|
||||
Url: https://github.com/RadeonOpenCompute/ROCm-CompilerSupport
|
||||
@@ -69,7 +69,7 @@ sed -i 's/lib\(\/clang\)/%{_lib}\1/' lib/comgr/src/comgr-compiler.cpp
|
||||
%cmake_build
|
||||
|
||||
%check
|
||||
%cmake_build --target test
|
||||
%ctest
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
@@ -92,6 +92,9 @@ sed -i 's/lib\(\/clang\)/%{_lib}\1/' lib/comgr/src/comgr-compiler.cpp
|
||||
%{_includedir}/amd_comgr.h
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2023 Jeremy Newton <alexjnewt at hotmail dot com> - 17.1-1
|
||||
- Update to 17.1
|
||||
|
||||
* Fri Oct 20 2023 Jeremy Newton <alexjnewt at hotmail dot com> - 17.0-3
|
||||
- Rebuild against rocm-device-libs 17.1
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (ROCm-CompilerSupport-17.0.tar.gz) = 44c0f810536ab84ad09b8b35d997a54f5f4e53466e89f7bf841515e6cf576c5d5634c3631269728679a6c7619c9d7bc476b2fa6ad5d635b6a1d5b5215a5add35
|
||||
SHA512 (ROCm-CompilerSupport-17.1.tar.gz) = 908ffbf8662c000b4d4750d94e912cdae98e10616a6c50e5701bf92fd445a940015c27676e9f62352cbb358d65244e7f6e86e2cf21f3aaf72e0313524112e2c6
|
||||
|
||||
Reference in New Issue
Block a user