diff options
author | Peter Josef Scheibel <scheibel1@llnl.gov> | 2020-07-10 23:14:36 -0700 |
---|---|---|
committer | Peter Josef Scheibel <scheibel1@llnl.gov> | 2020-07-10 23:14:36 -0700 |
commit | 5e50dc5acb64d47ac3bd89d60f1353efce5ff084 (patch) | |
tree | 2a13046ae85c3dcef6bbd1059f29a35bf140ddb5 /CHANGELOG.md | |
parent | 59bfc22d40259250d5834672cc36faa4a889eb5a (diff) | |
parent | 1741279f16ffaae130142d08244c695c98e843a4 (diff) | |
download | spack-5e50dc5acb64d47ac3bd89d60f1353efce5ff084.tar.gz spack-5e50dc5acb64d47ac3bd89d60f1353efce5ff084.tar.bz2 spack-5e50dc5acb64d47ac3bd89d60f1353efce5ff084.tar.xz spack-5e50dc5acb64d47ac3bd89d60f1353efce5ff084.zip |
Merge branch 'releases/v0.15' into develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e4050f3f9a..b7e4cc0ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.15.1 (2020-07-10) + +This minor release includes several important fixes: + +* Fix shell support on Cray (#17386) +* Fix use of externals installed with other Spack instances (#16954) +* Fix gcc+binutils build (#9024) +* Fixes for usage of intel-mpi (#17378 and #17382) +* Fixes to Autotools config.guess detection (#17333 and #17356) +* Update `spack install` message to prompt user when an environment is not + explicitly activated (#17454) + +This release also adds a mirror for all sources that are +fetched in Spack (#17077). It is expected to be useful when the +official website for a Spack package is unavailable. + # v0.15.0 (2020-06-28) `v0.15.0` is a major feature release. |