spack/lib/spack
Paul Ferrell fb3a3ba95e mirror bug fixes: symlinks, duplicate patch names, and exception handling (#13789)
* Some packages (e.g. mpfr at the time of this patch) can have patches
  with the same name but different contents (which apply to different
  versions of the package). This appends part of the patch hash to the
  cache file name to avoid conflicts.
* Some exceptions which occur during fetching are not a subclass of
  SpackError and therefore do not have a 'message' attribute. This
  updates the logic for mirroring a single spec (add_single_spec)
  to produce an appropriate error message in that case (where before
  it failed with an AttributeError)
* In various circumstances, a mirror can contain the universal storage
  path but not a cosmetic symlink; in this case it would not generate
  a symlink. Now "spack mirror create" will create a symlink for any
  package that doesn't have one.
2019-11-20 17:00:44 -07:00
..
docs Document use of the maintainers field (#12270) 2019-11-15 13:58:24 -06:00
env Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
external External: add macholib and altgraph needed to relocate Mach-o binaries on Linux (#12909) 2019-09-26 11:48:22 -05:00
llnl Features/expand microarch for aarch64 (#13780) 2019-11-20 00:01:12 -07:00
spack mirror bug fixes: symlinks, duplicate patch names, and exception handling (#13789) 2019-11-20 17:00:44 -07:00