Skip to content

gdcm: add 3.0.20 #14362

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

Merged
merged 4 commits into from
Nov 28, 2022
Merged

gdcm: add 3.0.20 #14362

merged 4 commits into from
Nov 28, 2022

Conversation

Nekto89
Copy link
Contributor

@Nekto89 Nekto89 commented Nov 22, 2022

Use system openssl, json-c, libiconv, libuuid

Specify library name and version: gdcm/all


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

All green in build 5 (6170c535f1aa85c98c9e751f78e14a0c785a83f6):

  • gdcm/3.0.9@:
    All packages built successfully! (All logs)

  • gdcm/3.0.20@:
    All packages built successfully! (All logs)

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 conan-center-bot merged commit e703a36 into conan-io:master Nov 28, 2022
@@ -69,8 +81,12 @@ def generate(self):
tc.variables["GDCM_BUILD_SHARED_LIBS"] = bool(self.options.shared)
# FIXME: unvendor deps https://github.com/conan-io/conan-center-index/pull/5705#discussion_r647224146
tc.variables["GDCM_USE_SYSTEM_EXPAT"] = True
tc.variables["GDCM_USE_SYSTEM_JSON"] = self.options.with_json
Copy link
Contributor

@SpaceIm SpaceIm Nov 28, 2022

Choose a reason for hiding this comment

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

I don't understand. What happen when with_json option is False? gdcm still uses json-c but bundled one?

Copy link
Contributor

@SpaceIm SpaceIm Nov 28, 2022

Choose a reason for hiding this comment

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

Moreover the json patch could be more robust, upstream doesn't rely on official json-c config filen but on a custom FindJSON.cmake file.

Copy link
Contributor Author

@Nekto89 Nekto89 Nov 28, 2022

Choose a reason for hiding this comment

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

If I understood correctly, without GDCM_USE_SYSTEM_JSON json functionality just won't work - there is no gdcm internal analogue. Same with openssl. Theoretically some people might want to use it but it's not part of core functionality - I didn't even know that gdcm has it for many years.

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