spack/lib/spack
Michael Kuhn 14441e00dc
package: Add fetch_options variable (#15317)
PR #15212 added a new connect_timeout option that can be overridden
using fetch_options but had to specified per-version. This adds a new
per-package variable that can be used to override fetch_options for
all versions in the package. This includes connect_timeout as well
as 'cookie' (e.g. for the jdk package).

Packages can combine package-level fetch_options with per-version
fetch_options, in which case the version fetch_options completely
override the package-level fetch_options.

This commit includes tests for the added behavior.
2020-03-13 11:41:19 -07:00
..
docs Docs: "spack env" is in the meantime called "spack build-env" (#15233) 2020-02-27 09:13:09 +01:00
env Fix FCFLAGS handling for Autotools packages (#14788) 2020-03-03 13:13:38 -08:00
external Fix detection of redhat enterprise compute node (#15253) 2020-02-28 11:27:15 -06:00
llnl Use shutil.copy2 in install_tree (#15058) 2020-02-19 23:09:26 -06:00
spack package: Add fetch_options variable (#15317) 2020-03-13 11:41:19 -07:00