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

itk: add components #9237

Merged
merged 6 commits into from
Mar 12, 2022
Merged

itk: add components #9237

merged 6 commits into from
Mar 12, 2022

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Feb 2, 2022


  • 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.

@conan-center-bot

This comment has been minimized.

@SpaceIm SpaceIm closed this Feb 2, 2022
@SpaceIm SpaceIm reopened this Feb 2, 2022
@conan-center-bot

This comment has been minimized.

uilianries
uilianries previously approved these changes Feb 4, 2022
Nekto89
Nekto89 previously approved these changes Feb 8, 2022
SSE4
SSE4 previously approved these changes Feb 21, 2022
@SpaceIm SpaceIm dismissed stale reviews from SSE4, Nekto89, and uilianries via e44dd73 February 26, 2022 00:28
@conan-center-bot

This comment has been minimized.

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

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

LGTM

@conan-center-bot
Copy link
Collaborator

All green in build 1 (e44dd73b7ad6764328bd8b0f784602a3cbc1504c):

  • itk/5.1.2@:
    All packages built successfully! (All logs)

  • itk/5.1.0@:
    All packages built successfully! (All logs)

@@ -140,7 +140,7 @@
-itk_module_target(itkopenjpeg NO_INSTALL)
+find_package(OpenJPEG REQUIRED)
+add_library(itkopenjpeg INTERFACE)
+set_property(TARGET itkopenjpeg PROPERTY INTERFACE_LINK_LIBRARIES OpenJPEG::OpenJPEG)
+set_property(TARGET itkopenjpeg PROPERTY INTERFACE_LINK_LIBRARIES openjp2)
Copy link
Contributor

Choose a reason for hiding this comment

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

should we fix target name in openjpeg?

Copy link
Member

Choose a reason for hiding this comment

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

Are they incorrect? If yes, I agree changing

Copy link
Contributor Author

@SpaceIm SpaceIm Mar 11, 2022

Choose a reason for hiding this comment

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

openjp2 is the official target, nothing to change in openjpeg recipe

Copy link
Member

Choose a reason for hiding this comment

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

Thank you @SpaceIm!

Copy link
Contributor

@SSE4 SSE4 left a comment

Choose a reason for hiding this comment

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

wow! that's a lot of components!

@conan-center-bot conan-center-bot merged commit 4a04b81 into conan-io:master Mar 12, 2022
@SpaceIm SpaceIm deleted the itk-modernize branch March 12, 2022 19:33
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.

None yet

6 participants