ecp-proxy-apps: update version (#11119)
This commit is contained in:
parent
3616617804
commit
ed66ccb6f2
@ -17,10 +17,11 @@ class EcpProxyApps(Package):
|
|||||||
tags = ['proxy-app', 'ecp-proxy-app']
|
tags = ['proxy-app', 'ecp-proxy-app']
|
||||||
maintainers = ['bhatele']
|
maintainers = ['bhatele']
|
||||||
|
|
||||||
homepage = "https://exascaleproject.github.io/proxy-apps"
|
homepage = "https://proxyapps.exascaleproject.org"
|
||||||
# Dummy url
|
# Dummy url
|
||||||
url = 'https://github.com/exascaleproject/proxy-apps/archive/v1.0.tar.gz'
|
url = 'https://github.com/exascaleproject/proxy-apps/archive/v1.0.tar.gz'
|
||||||
|
|
||||||
|
version('2.1', sha256='604da008fc4ef3bdbc25505088d610333249e3e9745eac7dbfd05b91e33e218d')
|
||||||
version('2.0', sha256='5f3cb3a772224e738c1dab42fb34d40f6b313af51ab1c575fb334e573e41e09a')
|
version('2.0', sha256='5f3cb3a772224e738c1dab42fb34d40f6b313af51ab1c575fb334e573e41e09a')
|
||||||
version('1.1', '15825c318acd3726fd8e72803b1c1090')
|
version('1.1', '15825c318acd3726fd8e72803b1c1090')
|
||||||
version('1.0', '8b3f00f05e6cde88d8d913da4293ee62')
|
version('1.0', '8b3f00f05e6cde88d8d913da4293ee62')
|
||||||
@ -28,6 +29,10 @@ class EcpProxyApps(Package):
|
|||||||
variant('candle', default=False,
|
variant('candle', default=False,
|
||||||
description='Also build CANDLE Benchmarks')
|
description='Also build CANDLE Benchmarks')
|
||||||
|
|
||||||
|
# Added with release 2.1
|
||||||
|
depends_on('amg@1.2', when='@2.1:')
|
||||||
|
depends_on('miniamr@1.4.3', when='@2.1:')
|
||||||
|
|
||||||
# Added with release 2.0
|
# Added with release 2.0
|
||||||
depends_on('ember@1.0.0', when='@2.0:')
|
depends_on('ember@1.0.0', when='@2.0:')
|
||||||
depends_on('miniqmc@0.4.0', when='@2.0:')
|
depends_on('miniqmc@0.4.0', when='@2.0:')
|
||||||
@ -35,14 +40,16 @@ class EcpProxyApps(Package):
|
|||||||
depends_on('picsarlite@0.1', when='@2.0:')
|
depends_on('picsarlite@0.1', when='@2.0:')
|
||||||
depends_on('thornado-mini@1.0', when='@2.0:')
|
depends_on('thornado-mini@1.0', when='@2.0:')
|
||||||
|
|
||||||
depends_on('amg@1.1', when='@2.0:')
|
|
||||||
depends_on('candle-benchmarks@0.1', when='+candle @2.0:')
|
depends_on('candle-benchmarks@0.1', when='+candle @2.0:')
|
||||||
depends_on('laghos@2.0', when='@2.0:')
|
depends_on('laghos@2.0', when='@2.0:')
|
||||||
depends_on('macsio@1.1', when='@2.0:')
|
depends_on('macsio@1.1', when='@2.0:')
|
||||||
depends_on('miniamr@1.4.1', when='@2.0:')
|
|
||||||
depends_on('sw4lite@1.1', when='@2.0:')
|
depends_on('sw4lite@1.1', when='@2.0:')
|
||||||
depends_on('xsbench@18', when='@2.0:')
|
depends_on('xsbench@18', when='@2.0:')
|
||||||
|
|
||||||
|
# Dependencies for version 2.0
|
||||||
|
depends_on('amg@1.1', when='@2.0')
|
||||||
|
depends_on('miniamr@1.4.1', when='@2.0')
|
||||||
|
|
||||||
# Added with release 1.1
|
# Added with release 1.1
|
||||||
depends_on('examinimd@1.0', when='@1.1:')
|
depends_on('examinimd@1.0', when='@1.1:')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user