You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag Spack version 0.9
- Tagging a version to include all that's happened since 0.8.17
- This is in anticipation of merging `features/cflags` and
`features/newarch`, which will break the spec format.
- 1.0 will likely come after those.
v0.8.16 Release Notes
=========================
5 new packages since 0.8.15:
---------------------------------
- cram
- metis
- otf
- ravel
- scotch
- Fix for SAMRAI fetch URL.
For packagers
---------------------
- MPICH now sets up MPICH_CC, MPICH_CXX, etc. in dependent environment
so that dependency builds use Spack compiler wrappers.
- Simpler build error messages on fail (no more python stacktrace)
- Disable CMake policy warnings in `std_cmake_args`.
- Remove superfluous compiler wrapper links (g++ link interfered with icpc)
- Several new packaging helper functions:
- `install_tree`
- `traverse_tree`
- `force_symlink`