Added Laghos v3 to Proxy Apps v3 (#16070)
Also fixed upper bound for v2 apps
This commit is contained in:
parent
a157b479c8
commit
8935406756
@ -30,10 +30,11 @@ class EcpProxyApps(BundlePackage):
|
||||
# Added with release 3.0
|
||||
depends_on('miniamr@1.4.4', when='@3.0:')
|
||||
depends_on('xsbench@19', when='@3.0:')
|
||||
depends_on('laghos@3.0', when='@3.0:')
|
||||
|
||||
# Added with release 2.1
|
||||
depends_on('amg@1.2', when='@2.1:')
|
||||
depends_on('miniamr@1.4.3', when='@2.1:')
|
||||
depends_on('miniamr@1.4.3', when='@2.1')
|
||||
|
||||
# Added with release 2.0
|
||||
depends_on('ember@1.0.0', when='@2.0:')
|
||||
@ -43,7 +44,7 @@ class EcpProxyApps(BundlePackage):
|
||||
depends_on('thornado-mini@1.0', when='@2.0:')
|
||||
|
||||
depends_on('candle-benchmarks@0.1', when='+candle @2.0:2.1')
|
||||
depends_on('laghos@2.0', when='@2.0:')
|
||||
depends_on('laghos@2.0', when='@2.0:2.1')
|
||||
depends_on('macsio@1.1', when='@2.0:')
|
||||
depends_on('sw4lite@1.1', when='@2.0:')
|
||||
depends_on('xsbench@18', when='@2.0:2.1')
|
||||
|
Loading…
Reference in New Issue
Block a user