Accepting request 1090898 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-PED-4156

remove header files for feature we don't ship (jsc#PED-4156)

OBS-URL: https://build.opensuse.org/request/show/1090898
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=60
This commit is contained in:
Thomas Blume 2023-06-05 12:03:42 +00:00 committed by Git OBS Bridge
parent 4b698b837c
commit 2c255bb60a

View File

@ -3,6 +3,12 @@ Tue May 9 13:20:12 UTC 2023 - Thomas Blume <thomas.blume@suse.com>
- remove header files for feature we don't ship (jsc#PED-4156)
These headers do not define an API that is not supported at present and
therefore would not cause a failure during build. Still, they define static
inline functions which look for HWLOC objects that are only set up by
non-supported device scanners. Thus these objects will never be present - even
though the relevant hardware is.
-------------------------------------------------------------------
Thu Jan 26 14:53:18 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>