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 builds with system SWIG, HDF5 and FFTW3 #37

Closed
paskino opened this issue Sep 20, 2017 · 2 comments
Closed

Travis builds with system SWIG, HDF5 and FFTW3 #37

paskino opened this issue Sep 20, 2017 · 2 comments
Assignees

Comments

@paskino
Copy link
Contributor

paskino commented Sep 20, 2017

I noticed that in the .travis.yml we use
EXTRA_BUILD_FLAGS="-DUSE_SYSTEM_SWIG=ON -DUSE_SYSTEM_HDF5=ON -DUSE_SYSTEM_FFTW3=ON

Is that correct? Should not we use the SWIG, HDF5 and FFTW3 that are built as part of the SuperBuild? Or these settings do not do anything?

@KrisThielemans
Copy link
Member

yes, the plan was to use a mixture for the different builds, but at present it always uses those options. Serious work on this needs sorting out of the Travix matrix. see #17.

Note that building all the external packages can take a long time, making the travis builds too long and even time-out. Maybe there's a way to cache those (but that seems non-trivial)

@casperdcl
Copy link
Member

casperdcl commented Sep 20, 2017

ccache?

also note we can use https://docs.travis-ci.com/user/docker/ so perhaps cache docker layers.

and of course travis_wait.

@paskino paskino closed this as completed Dec 13, 2017
paskino added a commit to paskino/SIRF-SuperBuild that referenced this issue Oct 25, 2021
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

3 participants