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

[onetbb/2021.3.0] oneTBB and TBB are different versions of the same package #8308

Closed
planetmarshall opened this issue Dec 2, 2021 · 2 comments · Fixed by #9164
Closed

[onetbb/2021.3.0] oneTBB and TBB are different versions of the same package #8308

planetmarshall opened this issue Dec 2, 2021 · 2 comments · Fixed by #9164
Labels
bug Something isn't working

Comments

@planetmarshall
Copy link
Contributor

planetmarshall commented Dec 2, 2021

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: onetbb/2021.3.0

Steps to reproduce (Include if Applicable)

Create the following conanfile:

[requires]
opencv/4.5.3
onetbb/2021.3.0

[options]
opencv:parallel=tbb

Then

conan install .

Logs (Include/Attach if Applicable)

ERROR: At least two recipes provides the same functionality:
 - 'tbb' provided by 'onetbb/2021.3.0', 'tbb/2020.3'

Since both recipes are essentially different versions of the same package, Can I suggest moving both recipes into the same folder? (Maybe under tbb as this is more widely used, although onetbb is the new name - using the latter would necessitate changing any recipes currently using tbb)

@planetmarshall planetmarshall added the bug Something isn't working label Dec 2, 2021
@SpaceIm
Copy link
Contributor

SpaceIm commented Jan 30, 2022

Since onetbb is the new name, I'm in favor to move old versions to onetbb recipe and deprecate tbb recipe.
Therefore all recipes depending on tbb should change to depend on onetbb. 14 unique recipes are impacted currently.

@SpaceIm
Copy link
Contributor

SpaceIm commented Jan 30, 2022

deprecate tbb recipe: #9162
support all versions in onetbb recipe: #9164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants