enable generation of the profiling header in all cases SUSE has the package just with a different name. #1
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user