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

Travis fail #3

Closed
dorianps opened this issue Oct 19, 2017 · 2 comments
Closed

Travis fail #3

dorianps opened this issue Oct 19, 2017 · 2 comments

Comments

@dorianps
Copy link
Owner

dorianps commented Oct 19, 2017

@muschellij2 ,

I am compiling Lesymap on Travis based on the script you prepared sometime ago:
http://bit.ly/antsr_travis_sh

but it fails:
https://travis-ci.org/dorianps/LESYMAP/jobs/244766485

Is http://bit.ly/antsr_travis_sh the most recent script to test packages that depend on ANTsR (it may have outdated info like ants_user=stnava)?

Any other suggestion how to resolve Travis fails? Here is the current travis file for Lesymap:
https://github.com/dorianps/LESYMAP/blob/master/.travis.yml

Thank you.

@dorianps
Copy link
Owner Author

dorianps commented Oct 22, 2017

The problem was specific to failure on installing RcppArmadillo. I had some communication with the develpers of that package RcppCore/RcppArmadillo#163. Turns out the problem is only when clang was used to compile, and it might be related to parameters set up in our antsr travis helpers. The code in those helpers also forces clang to be used instead of g++. I resolved the issue by calling the installation of RcppArmadillo before everything else, and this allowed RcppArmadillo to be installed successfully with g++.

@muschellij2 , was there a particular reason why you force clang in travis , or is the ignoring of the compiler flag in travis.yml a bug of antsr travis helpers?

Closing the issue since the problem is temporarily resolved.

@muschellij2
Copy link
Contributor

muschellij2 commented Oct 23, 2017 via email

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

No branches or pull requests

2 participants