Update Travis-CI to use Ubuntu 18.04 with newer libMesh builds and documentation build. - #89
Merged
Merged
Conversation
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.
Updated Travis-CI to use Ubuntu 18.04 worker with versions of libMesh >= 1.4.1 and for the documentation/website builds. Builds using the older Ubuntu 16.04 worker are still used for libMesh version 1.3.1 since I could not get libMesh to build using standard Ubuntu 18.04 package repositories without a lot of work.
In all the current releases of libMesh (including 1.5.1) there are some conflicts that occur with the metis library that is built alongside libMesh and the one that is provided by Ubuntu 18.04 repositories. After v1.5.1 the libMesh developers added an option use and external metis to the libMesh configure. I successfully back-ported this to the v1.5.1 and v1.4.1 releases without too much trouble. It wouldn't work on v1.3.1 release without more effort.
I could make the upgrade to Ubuntu 18.04 on the older versions of libMesh by building more of the dependencies manually and not using apt provided packages, but that is more work than I want to do right now.
The main reason to upgrade to Ubuntu 18.04 is that it provides a newer version of doxygen that has some improved features like picture resizing. Ubuntu 16.04 also goes end-of-life in April 2021 so I suspect Travis-Ci will stop supporting it at some point.