-
- Downloads
Don't propagate version-specific URL overrides to newer versions (#8565)
When a user specifies a URL for a specific version of a package, Spack originally would use that URL for all newer versions of the package. This behavior has proven to be generally more harmful than useful, so this PR removes the feature such that a version-specific URL override affects only that version.
Showing
- lib/spack/spack/package.py 3 additions, 18 deletionslib/spack/spack/package.py
- lib/spack/spack/test/packages.py 15 additions, 0 deletionslib/spack/spack/test/packages.py
- var/spack/repos/builtin.mock/packages/url_override/package.py 34 additions, 0 deletions...spack/repos/builtin.mock/packages/url_override/package.py
Loading
Please register or sign in to comment