-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[onetbb] added tbbbind (via hwloc) support #17939
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying onetbb/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
7ee6c66
to
0c883e0
Compare
This comment has been minimized.
This comment has been minimized.
6d1c109
to
5f7e282
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
55fe1b8
to
ec65e1f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @jcar87, |
Hi @jcar87 @uilianries @RubenRBS |
ping. Please, have a look. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ✔️
All green in build 5 (
|
@jcar87 @RubenRBS @uilianries please, have a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Besides the new rule for invalid configuration, it will not block current configuration. Plus, the new patch is available in the upstream.
…cmake-combined-recipe * 'master' of github.com:conan-io/conan-center-index: (228 commits) (conan-io#19117) librttopo: bump geos (conan-io#19019) sqlitecpp: bump sqlite3 3.42.0 (conan-io#19092) [sentry-breakpad] Replace _patch_sources by patches (conan-io#19054) simdutf: add version 3.2.15, remove older versions, remove unused patch (conan-io#18769) Add capnproto/0.10.4 cargs: migrate to Conan v2 (conan-io#18704) uwebsockets: add version 20.45.0 (conan-io#19047) fontconfig: minimal change to ensure most recent rrev (conan-io#19114) [onetbb] added hwloc / tbbbind support (conan-io#17939) leptonica: add version 1.83.1, update libjpeg-turbo (conan-io#19101) Update list of references (prod-v2/ListPackages) (conan-io#19109) libcurl: add version 8.2.1 (conan-io#18923) [xapian-core] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18551) [stduuid] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18549) [fontconfig] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18550) [drogon] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18555) [czmq] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18552) [cppcommon] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18553) [azure-storage-cpp] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18557) [aaf] Use util-linux-libuuid instead of deprecated libuuid (conan-io#18556) ...
Specify library name and version: onetbb/2021.9.0
Description: This PR is submitted as a continuation of adding hwloc library. With adding hwloc as a dependency, TBB provides extra plugin library which provides abilities to detect information about system topology such as number of NUMA nodes, number of P / E cores on CPU.
Details of implementation:
TBB_DISABLE_HWLOC_AUTOMATIC_SEARCH
to control whether HWLOC should be automatically found bypkg-config
, but available only since 2021.4. Created patch to have an unified recipe without a lot of conditions which are version dependent.package_info
section, because it's a plugin and loaded in runtime.Hope, these notes can help reviewers.