easybuilders / easybuild-easyconfigs

A collection of easyconfig files that describe which software to build using which build options with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
373 stars 699 forks source link

`tbb` is missing a dependency on `hwloc` #15293

Open jfgrimm opened 2 years ago

jfgrimm commented 2 years ago

My build of #15285 is failing because the tbbind library depends on hwloc, see: https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md#tbbbind-library-configuration

jfgrimm commented 2 years ago

clarification: not finding the TBBbind library is non-fatal for Salmon; however, it's still worth adding the dependency to ensure all libraries are built consistently

boegel commented 2 years ago

@jfgrimm Fixed for latest tbb easyconfig in #15294, but may we also want to fix this for other tbb versions?