Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add onetbb/2021.11.0 #20813

Closed
wants to merge 10 commits into from
3 changes: 3 additions & 0 deletions recipes/onetbb/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2021.11.0-rc1":
url: "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.11.0-rc1.tar.gz"
sha256: "ff0fbbf6ffcb0e81beacfddf5ef5b1eab0bb16f4e4c4bae517ed1f4e3b269b47"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, fix this condition:

@property
def _tbbbind_supported(self):
return Version(self.version) >= "2021.1.1" and not self.settings.os == "Macos"

because tbbbind is available since 2021.11.0 (see uxlfoundation/oneTBB#1132)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have Mac to verify that, so I will just apply it and lets see the CI output

"2021.10.0":
url: "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.10.0.tar.gz"
sha256: "487023a955e5a3cc6d3a0d5f89179f9b6c0ae7222613a7185b0227ba0c83700b"
Expand Down Expand Up @@ -41,6 +44,6 @@
- patch_description: "Use pkg_search_module with IMPORTED_TARGET"
patch_type: "portability"
patch_source:
- "https://github.com/oneapi-src/oneTBB/pull/448.diff"
- "https://github.com/oneapi-src/oneTBB/commit/df3096075a00942acbdd3ce9347f5298cc153fd6.diff"
patch_file: "patches/pkg-search-module-use-imported-target.diff"