Compare commits
4 Commits
a856aba3d1
...
402ff2e82e
Author | SHA256 | Date | |
---|---|---|---|
402ff2e82e | |||
d199042e5a | |||
d93c15f9f0 | |||
65dcf8f950 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ _buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
changelog
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Simplify file removal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 00:00:00 UTC 2025 - Fedora Release Engineering <releng@fedoraproject.org>
|
||||
|
||||
|
@@ -38,7 +38,7 @@
|
||||
|
||||
Name: rocm-omp
|
||||
Version: %{rocm_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: ROCm OpenMP
|
||||
|
||||
URL: https://github.com/ROCm/%{upstreamname}
|
||||
@@ -197,12 +197,8 @@ cd openmp
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
%endif
|
||||
|
||||
if [ -d %{buildroot}%{bundle_prefix}/lib/omptest ]; then
|
||||
rm -rf %{buildroot}%{bundle_prefix}/lib/omptest
|
||||
fi
|
||||
if [ -d %{buildroot}%{bundle_prefix}/lib/cmake/omptest ]; then
|
||||
rm -rf %{buildroot}%{bundle_prefix}/lib/cmake/omptest
|
||||
fi
|
||||
rm -rf %{buildroot}%{bundle_prefix}/lib/omptest
|
||||
rm -rf %{buildroot}%{bundle_prefix}/lib/cmake/omptest
|
||||
|
||||
# 6.4 remove everything, may not need the main package
|
||||
# bin/llvm-omp*
|
||||
@@ -211,7 +207,7 @@ fi
|
||||
%files
|
||||
|
||||
# 6.4 removed :
|
||||
# lib/clang/%{llvm_maj_ver}/include/hostexec.h
|
||||
# lib/clang/%%{llvm_maj_ver}/include/hostexec.h
|
||||
# lib/disable_dynamic_devmem.ll
|
||||
# lib/libdevice/
|
||||
# lib/*.bc
|
||||
|
Reference in New Issue
Block a user