diff options
author | Abhinav Bhatele <bhatele@gmail.com> | 2017-10-30 21:37:09 -0700 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-30 22:37:09 -0600 |
commit | b37c8fef74e48bc307f2cc36317302c8c4ad53fa (patch) | |
tree | d5d0f27217a6bd86930331d15c0de0d38da9acdb /var | |
parent | e5b8312de30a4c33c86d596fda64d246084a7595 (diff) | |
download | spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.gz spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.bz2 spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.tar.xz spack-b37c8fef74e48bc307f2cc36317302c8c4ad53fa.zip |
ecp-proxy-apps: release number changed to 1.0 (#6049)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/ecp-proxy-apps/package.py | 24 |
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): |