diff options
author | George Hartzell <hartzell@alerce.com> | 2018-05-31 18:24:33 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-05-31 20:24:33 -0500 |
commit | 610835e64654b38fd6872177882eaa18eb1d704e (patch) | |
tree | 324518696ad76378900c613ce0ea77319a4b62e5 /bin | |
parent | a6867d5cd58b1194ce32a97bf215009ca68732ce (diff) | |
download | spack-610835e64654b38fd6872177882eaa18eb1d704e.tar.gz spack-610835e64654b38fd6872177882eaa18eb1d704e.tar.bz2 spack-610835e64654b38fd6872177882eaa18eb1d704e.tar.xz spack-610835e64654b38fd6872177882eaa18eb1d704e.zip |
Add missing expand=False for v2.18.3 (#8342)
Installing the current version of Picard fails with:
```
==> Error: Unable to parse extension from https://github.com/broadinstitute/picard/releases/download/2.18.3/picard.jar.
If this URL is for a tarball but does not include the file extension
in the name, you can explicitly declare it with the following syntax:
version('1.2.3', 'hash', extension='tar.gz')
If this URL is for a download like a .jar or .whl that does not need
to be expanded, or an uncompressed installation script, you can tell
Spack not to expand it with the following syntax:
version('1.2.3', 'hash', expand=False)
```
Fix it, but adding `expand=False`, like the other versions.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions