-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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 Closing the issue since the problem is temporarily resolved. |
That is the recommended compiler of ANTsR and ANTsRCore as per
SystemRequirements:
https://github.com/ANTsX/ANTsRCore/blob/master/DESCRIPTION
John
…On Sun, Oct 22, 2017 at 10:21 AM, dorianps ***@***.***> wrote:
The problem was specific to failure on installing RcppArmadillo. I had
some communication with the develpers of that package
RcppCore/RcppArmadillo#163
<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 <https://github.com/muschellij2> , was there a particular
reason why you chose force clang to be used in travis ignoring the
compiler flag in the travis file, or is this a bug?
Closing the issue since the problem is temporarily resolved.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABBnruQdfsvxovEtdqDAU0dYAH18gcAgks5su0-DgaJpZM4P_whH>
.
|
@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 likeants_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.
The text was updated successfully, but these errors were encountered: