URL parsing: strip x86-64 from filename (#8200)
This commit is contained in:
@@ -75,6 +75,8 @@
|
|||||||
('ncbi-blast-2.6.0+-src', 'ncbi-blast-2.6.0'),
|
('ncbi-blast-2.6.0+-src', 'ncbi-blast-2.6.0'),
|
||||||
# License
|
# License
|
||||||
('cppad-20170114.gpl', 'cppad-20170114'),
|
('cppad-20170114.gpl', 'cppad-20170114'),
|
||||||
|
# Arch
|
||||||
|
('pcraster-4.1.0_x86-64', 'pcraster-4.1.0'),
|
||||||
# OS - linux
|
# OS - linux
|
||||||
('astyle_2.04_linux', 'astyle_2.04'),
|
('astyle_2.04_linux', 'astyle_2.04'),
|
||||||
# OS - unix
|
# OS - unix
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ def strip_version_suffixes(path):
|
|||||||
'intel',
|
'intel',
|
||||||
'amd64',
|
'amd64',
|
||||||
'x64',
|
'x64',
|
||||||
'x86_64',
|
'x86[_-]64',
|
||||||
'x86',
|
'x86',
|
||||||
'i[36]86',
|
'i[36]86',
|
||||||
'ppc64(le)?',
|
'ppc64(le)?',
|
||||||
@@ -231,7 +231,7 @@ def strip_version_suffixes(path):
|
|||||||
'intel',
|
'intel',
|
||||||
'amd64',
|
'amd64',
|
||||||
'x64',
|
'x64',
|
||||||
'x86_64',
|
'x86[_-]64',
|
||||||
'x86',
|
'x86',
|
||||||
'i[36]86',
|
'i[36]86',
|
||||||
'ppc64(le)?',
|
'ppc64(le)?',
|
||||||
|
|||||||
Reference in New Issue
Block a user