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

opencl-icd-loader: add 2022.05.18 + conan v2 support #13697

Merged
merged 6 commits into from
Oct 25, 2022

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Oct 23, 2022

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@SpaceIm SpaceIm changed the title opencl-icd-loader: conan v2 support opencl-icd-loader: add 2022.05.18 + conan v2 support Oct 23, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

uilianries
uilianries previously approved these changes Oct 24, 2022
@@ -1,31 +1,35 @@
from conans import ConanFile, CMake, tools
from conan import ConanFile, conan_version
Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds like you're supposed to remove the conan_version here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for catching it :)

jwillikers
jwillikers previously approved these changes Oct 24, 2022
prince-chrismc
prince-chrismc previously approved these changes Oct 24, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

All green in build 5 (ed6ed8eb291e4a1422ba450b3f421b39d0804ced):

  • opencl-icd-loader/2022.01.04@:
    All packages built successfully! (All logs)

  • opencl-icd-loader/2022.05.18@:
    All packages built successfully! (All logs)

  • opencl-icd-loader/2022.09.30@:
    All packages built successfully! (All logs)

  • opencl-icd-loader/2020.06.16@:
    All packages built successfully! (All logs)

  • opencl-icd-loader/2021.04.29@:
    All packages built successfully! (All logs)


def package_info(self):
self.cpp_info.set_property("cmake_find_mode", "both")
Copy link
Member

Choose a reason for hiding this comment

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

Why cmake_find_mode:both is required here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@conan-center-bot conan-center-bot merged commit 2d9893a into conan-io:master Oct 25, 2022
@SpaceIm SpaceIm deleted the opencl-icd-loader-conan-v2 branch October 25, 2022 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants