summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Bhatele <bhatele@gmail.com>2017-10-30 21:37:09 -0700
committerChristoph Junghans <christoph.junghans@gmail.com>2017-10-30 22:37:09 -0600
commitb37c8fef74e48bc307f2cc36317302c8c4ad53fa (patch)
treed5d0f27217a6bd86930331d15c0de0d38da9acdb
parente5b8312de30a4c33c86d596fda64d246084a7595 (diff)
downloadspack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.gz
spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.bz2
spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.xz
spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.zip
ecp-proxy-apps: release number changed to 1.0 (#6049)
-rw-r--r--var/spack/repos/builtin/packages/ecp-proxy-apps/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py b/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py
index 88b7c01cd5..1c83bdf70a 100644
--- a/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py
+++ b/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py
@@ -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')
-
- 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')
+ version('1.0', '5a26b184f506afeb7d221f15c0e8f153')
+
+ 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):