-
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: 2020.x - pass cppstd to make #13552
onetbb: 2020.x - pass cppstd to make #13552
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 791784eonetbb/2020.2
onetbb/2020.0
onetbb/2020.3
onetbb/2019_u9
onetbb/2020.1
|
@@ -195,6 +195,17 @@ def add_flag(name, value): | |||
extra += " compiler=icl" | |||
else: | |||
extra += " compiler=cl" | |||
cxx_std_flag = tools.cppstd_flag(self.settings) |
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.
This tool is not ported to new tools, which means, it will be deprecated soon if not ported.
Asked to port Please, take a look on linter errors, some imports need to be updated too. |
Can't this be completed without migration to conan v2? |
None of this recipe has been ported, I think this is fine |
@Nekto89 Totally fine using that method. In the future we can re-visit this recipe and update again. |
I detected other pull requests that are modifying onetbb/2020.x recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prsso don't hesitate to report issues/improvements there. |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
onetbb: Update import tools and fix linter errors
Conan v1 pipelineAll green in build 2 (
|
Hooks produced the following warnings for commit e716474onetbb/2020.3
onetbb/2020.2
onetbb/2020.1
onetbb/2020.0
onetbb/2019_u9
|
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
Specify library name and version: onetbb/2020.x
Closes #13519