Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
(conan-io#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 authored and ericLemanissier committed Sep 15, 2023
1 parent 4252d73 commit 9790f02
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 9790f02

Please sign in to comment.