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

COMP: Install a newer version of CMake on CircleCI #15

Closed

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Dec 1, 2016

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

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
@blowekamp
Copy link
Member

It looks like the problem is fixed on the dashboard:
https://open.cdash.org/buildSummary.php?buildid=4666554

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"
export DASHBOARD_MODEL="$( [[ "$CIRCLE_BRANCH" = "master" ]] && echo Continuous || echo Experimental )"
export CTEST_CONFIGURATION_TYPE="Release"
ctest -V -S "${DASHBOARD_BRANCH_DIRECTORY}/circleci.cmake"
returned exit code 255

Any ideas?

@thewtex
Copy link
Member Author

thewtex commented Dec 1, 2016

Yes, it should be exit code 0.

@blowekamp
Copy link
Member

Yes, it should be 0 for success... But why is it 255? Hmm....

@thewtex
Copy link
Member Author

thewtex commented Dec 2, 2016

Merged via Gerrit.

@thewtex thewtex closed this Dec 2, 2016
@thewtex thewtex deleted the CircleCICMakeVersion branch December 2, 2016 21:21
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
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
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.

2 participants