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.
This changes how required packages are set up in Travis so they do not fail as part of the before_install stage. Also changes spack setup and gets rid of the external sds-repo since margo is now upstream in spack.
Also, mercury has now been fixed to build internal headers if not using boost. When it needed boost, travis would time out since the build would take too long. Thus this also creates a packages.yml so that spack doesn't build any dependencies that the travis environment already has and take a long time to build (i.e., cmake, perl, etc). This reduces a fresh (nothing in cache) travis build from ±35 minutes to ±10 minutes.
Also updates the docs to account for any related changes to how a user might build.
Note:
These changes required the travis cache be cleared. Other PRs without these changes might time out as they may attempt to build boost. They should pass again once this has been merged.
Description
--enable-fortran
option that was added in Add --enable-fortran option #314Note for future reference:
In the event that we do want to test with boost enabled for mercury, it can be supplied by the travis environment and added to the packages.yml so that spack doesn't have to build it.
To do this, add a travis trusted boost source (using
sourceline:
[reference]) underaddons:
andapt:
:and under packages, add which boost it is:
Then in the packages.yml, add:
Motivation and Context
The sds-repo spack packages are now upstream in spack so we can remove our dependency on that repo.
How Has This Been Tested?
Tested with forked repo's travis (here)
Types of changes
Checklist: