-
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
dcmtk: maintenance changes #25997
dcmtk: maintenance changes #25997
Conversation
bbebe28
to
fa2c737
Compare
@@ -0,0 +1,58 @@ | |||
#ifndef CONFIG_ARITH_H |
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 file is generated doing a native build on macOS x86_64
Following the guidance at https://support.dcmtk.org/redmine/projects/dcmtk/wiki/Cross_Compiling#Generated-file-arithh
raise ConanInvalidConfiguration("MacOS crossbuilding is only supported to target x86_64") | ||
else: | ||
# Note: other cross-building scenarios have not been tested and may also need to be marked as invalid | ||
self.output.warning("Crossbuilding has not been tested and may not work") |
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.
Cross-compilation is currently only possible if can_run() is true: valgur@0cb08c5
libpng
andlibxml2
validate_build()