Skip to content

Commit

Permalink
depend on onetbb recipe instead of deprecated tbb recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Feb 26, 2022
1 parent a6a3d83 commit e44dd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/itk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def requirements(self):
self.requires("libpng/1.6.37")
self.requires("libtiff/4.3.0")
self.requires("openjpeg/2.4.0")
self.requires("tbb/2020.3")
self.requires("onetbb/2020.3")
self.requires("zlib/1.2.11")

@property
Expand Down Expand Up @@ -310,7 +310,7 @@ def libm():
"ITKCommon": {
"requires": [
"itksys", "ITKVNLInstantiation", "eigen::eigen",
"tbb::tbb", "double-conversion::double-conversion",
"onetbb::onetbb", "double-conversion::double-conversion",
],
"system_libs": libm(),
},
Expand Down

0 comments on commit e44dd73

Please sign in to comment.