Skip to content

Commit

Permalink
(#19514) [onetbb] Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 4, 2023
1 parent 83323f2 commit d267231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/onetbb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def configure(self):

def requirements(self):
if self._tbbbind_build:
self.requires("hwloc/2.9.1")
self.requires("hwloc/2.9.2")

def build_requirements(self):
if not self._tbbbind_explicit_hwloc and not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.build_requires("pkgconf/1.9.3")
self.build_requires("pkgconf/1.9.5")

def layout(self):
cmake_layout(self, src_folder="src")
Expand Down

0 comments on commit d267231

Please sign in to comment.