fix url for mantevo packages (#14366)

This commit is contained in:
Christoph Junghans 2020-01-02 18:17:33 -07:00 committed by Adam J. Stewart
parent c3c1cf13e7
commit 70184c6ea2
9 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ class Cloverleaf(MakefilePackage):
"""
homepage = "http://uk-mac.github.io/CloverLeaf"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/CloverLeaf/CloverLeaf-1.1.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/CloverLeaf-1.1.tar.gz"
tags = ['proxy-app']

View File

@ -17,7 +17,7 @@ class Cloverleaf3d(MakefilePackage):
"""
homepage = "http://uk-mac.github.io/CloverLeaf3D/"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/CloverLeaf3D/CloverLeaf3D-1.0.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/CloverLeaf3D-1.0.tar.gz"
tags = ['proxy-app']

View File

@ -13,7 +13,7 @@ class Hpccg(MakefilePackage):
"""
homepage = "https://mantevo.org/about/applications/"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/HPCCG/HPCCG-1.0.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/HPCCG-1.0.tar.gz"
tags = ['proxy-app']

View File

@ -16,7 +16,7 @@ class Minighost(MakefilePackage):
"""
homepage = "http://mantevo.org"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/MiniGhost/miniGhost_1.0.1.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniGhost_1.0.1.tar.gz"
tags = ['proxy-app']

View File

@ -16,7 +16,7 @@ class Minimd(MakefilePackage):
"""
homepage = "http://mantevo.org"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/MiniMD/miniMD_1.2.tgz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniMD_1.2.tgz"
tags = ['proxy-app']

View File

@ -14,7 +14,7 @@ class Minismac2d(MakefilePackage):
"""
homepage = "http://mantevo.org"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/MiniSMAC2D/miniSMAC2D-2.0.tgz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniSMAC2D-2.0.tgz"
tags = ['proxy-app']

View File

@ -13,7 +13,7 @@ class Minixyce(MakefilePackage):
"""
homepage = "https://mantevo.org"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/MiniXyce/miniXyce_1.0.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniXyce_1.0.tar.gz"
tags = ['proxy-app']

View File

@ -11,7 +11,7 @@ class Pathfinder(MakefilePackage):
"""Proxy Application. Signature search."""
homepage = "https://mantevo.org/packages/"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/PathFinder/PathFinder_1.0.0.tgz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/PathFinder_1.0.0.tgz"
tags = ['proxy-app']

View File

@ -16,7 +16,7 @@ class Tealeaf(MakefilePackage):
"""
homepage = "http://uk-mac.github.io/TeaLeaf/"
url = "http://mantevo.org/downloads/releaseTarballs/miniapps/TeaLeaf/TeaLeaf-1.0.tar.gz"
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/TeaLeaf-1.0.tar.gz"
tags = ['proxy-app']