ecp-proxy-apps: release number changed to 1.0 (#6049)

This commit is contained in:
Abhinav Bhatele 2017-10-30 21:37:09 -07:00 committed by Christoph Junghans
parent e5b8312de3
commit b37c8fef74

View File

@ -36,21 +36,21 @@ class EcpProxyApps(Package):
homepage = "https://exascaleproject.github.io/proxy-apps"
# Dummy url
url = 'https://github.com/exascaleproject/proxy-apps/archive/v0.9.tar.gz'
url = 'https://github.com/exascaleproject/proxy-apps/archive/v1.0.tar.gz'
tags = ['proxy-app', 'ecp-proxy-app']
version('0.9', '395e9d79ae93e8ad71f1ec9773abdd43')
version('1.0', '5a26b184f506afeb7d221f15c0e8f153')
depends_on('amg@1.0', when='@0.9')
depends_on('laghos@1.0', when='@0.9')
depends_on('miniamr@1.4.0', when='@0.9')
depends_on('minife@2.1.0', when='@0.9')
depends_on('swfft@1.0', when='@0.9')
depends_on('comd@1.1', when='@0.9')
depends_on('minitri@1.0', when='@0.9')
depends_on('sw4lite@1.0', when='@0.9')
depends_on('xsbench@14', when='@0.9')
depends_on('amg@1.0', when='@1.0')
depends_on('comd@1.1', when='@1.0')
depends_on('laghos@1.0', when='@1.0')
depends_on('miniamr@1.4.0', when='@1.0')
depends_on('minife@2.1.0', when='@1.0')
depends_on('minitri@1.0', when='@1.0')
depends_on('sw4lite@1.0', when='@1.0')
depends_on('swfft@1.0', when='@1.0')
depends_on('xsbench@14', when='@1.0')
# Dummy install for now, will be removed when metapackage is available
def install(self, spec, prefix):