COMP: Install a newer version of CMake on CircleCI#15
Closed
thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Closed
COMP: Install a newer version of CMake on CircleCI#15thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
thewtex wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Conversation
Use the Python CMake wheel, which currently provides CMake 3.7.0. This avoids the warning: Source FileModules/Numerics/FEM/src/dsrc2c.c Command [+] "/usr/bin/distcc" Directory/home/ubuntu/ITK-build/Modules/Numerics/FEM/src Standard Error cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default] That has been addressed on newer CMake. Change-Id: I95c166f8b5592ad385bd165d3253788d80934f17
Member
|
It looks like the problem is fixed on the dashboard: As it is all green. On the CircleCI there are no errors, warnings or test failures indicated either. But we do have the exit code: export CTEST_OUTPUT_ON_FAILURE="1" Any ideas? |
Member
Author
|
Yes, it should be exit code 0. |
Member
|
Yes, it should be 0 for success... But why is it 255? Hmm.... |
Member
Author
|
Merged via Gerrit. |
kwrobot
pushed a commit
to Kitware/ITK
that referenced
this pull request
Mar 31, 2017
Francois Budin (2):
ENH: Support covariant vector images
ENH: Wraps Symmetric Second Rank Tensors images
Matt McCormick (2):
Merge pull request InsightSoftwareConsortium#15 from fbudin69500/SupportCovariantVector
Merge pull request InsightSoftwareConsortium#16 from fbudin69500/WrappingSymmetricSecondRankTensorImages
Change-Id: Iad300de405e8d5659f221eaa8221bd63cbf2fef4
HastingsGreer
pushed a commit
to HastingsGreer/ITK
that referenced
this pull request
Feb 18, 2019
…erters ENH: Refactoring Meta*Converter classes
2 tasks
blowekamp
added a commit
to blowekamp/ITK
that referenced
this pull request
Nov 4, 2021
f885603 Merge pull request InsightSoftwareConsortium#15 from blowekamp/UpdateITK5.3 ad91905 Change testing data to sha512 uploaded to data.kitware c1ab584 Update to ITK 5.3rc2
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the Python CMake wheel, which currently provides CMake 3.7.0.
This avoids the warning:
Source FileModules/Numerics/FEM/src/dsrc2c.c
Command
[+] "/usr/bin/distcc"
Directory/home/ubuntu/ITK-build/Modules/Numerics/FEM/src
Standard Error
cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for
C++/ObjC++ but not for C [enabled by default]
That has been addressed on newer CMake.
Change-Id: I95c166f8b5592ad385bd165d3253788d80934f17