diff --git a/rocclr.changes b/rocclr.changes index 259ec3a..ee289df 100644 --- a/rocclr.changes +++ b/rocclr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 19 22:37:18 UTC 2025 - Marcus Rueckert + +- 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 diff --git a/rocclr.spec b/rocclr.spec index 2e241da..95afc2c 100644 --- a/rocclr.spec +++ b/rocclr.spec @@ -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