help spack versions paraview to get versions without v
This commit is contained in:
parent
1b6909dd9b
commit
a531a4f5e3
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def parse_version_offset(path):
|
|||
(r'_((\d+\.)+\d+[a-z]?)[.]orig$', stem),
|
||||
|
||||
# e.g. http://www.openssl.org/source/openssl-0.9.8s.tar.gz
|
||||
(r'-([^-]+(-alpha|-beta)?)', stem),
|
||||
(r'-v?([^-]+(-alpha|-beta)?)', stem),
|
||||
|
||||
# e.g. astyle_1.23_macosx.tar.gz
|
||||
(r'_([^_]+(_alpha|_beta)?)', stem),
|
||||
|
|
Loading…
Reference in a new issue