Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85b57a8b4a |
11
rocclr.spec
11
rocclr.spec
@@ -20,7 +20,7 @@
|
|||||||
%global build_type RelWithDebInfo
|
%global build_type RelWithDebInfo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?suse_version}
|
||||||
%bcond_without cppheaderparser
|
%bcond_without cppheaderparser
|
||||||
%else
|
%else
|
||||||
%bcond_with cppheaderparser
|
%bcond_with cppheaderparser
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
Name: rocclr
|
Name: rocclr
|
||||||
Version: %{rocm_version}
|
Version: %{rocm_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: ROCm Compute Language Runtime
|
Summary: ROCm Compute Language Runtime
|
||||||
Url: https://github.com/ROCm/clr
|
Url: https://github.com/ROCm/clr
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -116,8 +116,12 @@ BuildRequires: pkgconfig(ocl-icd)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(numa)
|
BuildRequires: pkgconfig(numa)
|
||||||
%if %{with cppheaderparser}
|
%if %{with cppheaderparser}
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
BuildRequires: %{python_module CppHeaderParser}
|
||||||
|
%else
|
||||||
BuildRequires: python3-cppheaderparser
|
BuildRequires: python3-cppheaderparser
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: rocm-comgr-devel
|
BuildRequires: rocm-comgr-devel
|
||||||
BuildRequires: rocm-compilersupport-macros
|
BuildRequires: rocm-compilersupport-macros
|
||||||
BuildRequires: rocm-runtime-devel >= %{rocm_release}
|
BuildRequires: rocm-runtime-devel >= %{rocm_release}
|
||||||
@@ -385,6 +389,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 7 2025 Egbert Eich <eich@suse.com> - 6.4.2-3
|
||||||
|
- Enable cppheaderparser and fix python dependencies for SUSE.
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.2-2
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user