Compare commits
5 Commits
a1d3e20f3a
...
ec48117ab1
Author | SHA256 | Date | |
---|---|---|---|
ec48117ab1 | |||
d47def8a68 | |||
d0f175651c | |||
04a58aea9f | |||
80308abc3a |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ _buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
changelog
|
||||
|
@@ -1,6 +0,0 @@
|
||||
* Fri Dec 22 2023 Jeremy Newton <alexjnewt at hotmail dot com> - 6.0.0-2
|
||||
- Add test package
|
||||
- Use rocm toolchain instead of clang (requires rocm macros)
|
||||
|
||||
* Thu Dec 21 2023 Jeremy Newton <alexjnewt at hotmail dot com> - 6.0.0-1
|
||||
- Initial package
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Simplify file removal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
10
hiprand.spec
10
hiprand.spec
@@ -59,7 +59,7 @@
|
||||
|
||||
Name: %{hiprand_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: HIP random number generator
|
||||
|
||||
URL: https://github.com/ROCm/%{upstreamname}
|
||||
@@ -156,12 +156,8 @@ sed -i -e 's@set(CMAKE_CXX_STANDARD 11)@set(CMAKE_CXX_STANDARD 14)@' {,test/pack
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
if [ -f %{buildroot}%{_prefix}/share/doc/hiprand/LICENSE.txt ]; then
|
||||
rm %{buildroot}%{_prefix}/share/doc/hiprand/LICENSE.txt
|
||||
fi
|
||||
if [ -f %{buildroot}%{_prefix}/bin/hipRAND/CTestTestfile.cmake ]; then
|
||||
rm %{buildroot}%{_prefix}/bin/hipRAND/CTestTestfile.cmake
|
||||
fi
|
||||
rm -f %{buildroot}%{_prefix}/share/doc/hiprand/LICENSE.txt
|
||||
rm -f %{buildroot}%{_prefix}/bin/hipRAND/CTestTestfile.cmake
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
|
Reference in New Issue
Block a user