spack/lib/spack
Justin S 6f1fe3904c Fix outdated R packages failing to fetch (#11039)
PR #10758 made a slight change to find_versions_of_archive() which included
archive_url in the search process. While this fixed `spack create` and
`spack checksum` missing command-line arguments, it caused `spack
install` to prefer those URLs over those it found in the scrape process.

As a result, the package url was treated as a list_url causing all R
packages to stop fetching once the package was updated on CRAN.

This patch is more selective about including the archive_url in the
remote versions, explicitly overriding it with matching versions found
by the scraper.
2019-04-19 17:39:13 -07:00
..
docs Spack chain docs: config should go in upstreams.yaml (#11225) 2019-04-18 18:57:10 -07:00
env Add ftn to lib/spack/env (#11180) 2019-04-17 13:12:25 -07:00
external copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
llnl Maintain a view for an environment (#10017) 2019-04-10 16:00:12 -07:00
spack Fix outdated R packages failing to fetch (#11039) 2019-04-19 17:39:13 -07:00