enable generation of the profiling header in all cases SUSE has the package just with a different name. #1

Merged
trix merged 1 commits from darix/rocclr:main into main 2025-10-25 15:59:29 +02:00
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 19 22:37:18 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- enable generation of the profiling header in all cases
SUSE has the package just with a different name.
-------------------------------------------------------------------
Mon Oct 13 21:08:44 UTC 2025 - Tom Rix <Tom.Rix@amd.com>

View File

@@ -58,11 +58,8 @@
%global build_type RelWithDebInfo
%endif
%if 0%{?fedora}
%bcond_without cppheaderparser
%else
%bcond_with cppheaderparser
%endif
%if %{with cppheaderparser}
%global build_prof_api ON
%else
@@ -154,7 +151,11 @@ BuildRequires: pkgconfig(ocl-icd)
%endif
BuildRequires: pkgconfig(numa)
%if %{with cppheaderparser}
%if 0%{?fedora}
BuildRequires: python3-cppheaderparser
%else
BuildRequires: python3-CppHeaderParser
%endif
%endif
BuildRequires: rocm-comgr-devel
BuildRequires: rocm-compilersupport-macros