Closed perarnau closed 1 year ago
Current version in aptitude is 2.7 as shown here:
$ apt show libhwloc-dev
Package: libhwloc-dev
Version: 2.7.0-2ubuntu1
Priority: extra
Section: universe/libdevel
Source: hwloc
Origin: Ubuntu
All what's needed is to update the configure.ac line 86 with:
PKG_CHECK_MODULES([HWLOC], [hwloc >= 2.5])
Yes. Go ahead and make a PR for it.
Recent changes to the hwloc support use symbols that only exist after hwloc minor > 2.4 (RESTRICT), can we update the configure script or modify the code to support old hwloc versions?