diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-27 08:34:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 08:34:52 -0600 |
commit | f9599c1772b081fc412ff36b46c700f066bc789f (patch) | |
tree | efb057226372e52abb8a905deaca0b4a4e5a72f2 | |
parent | c97bf0486c78228263ffdf8ec9c5e306bdd05ee3 (diff) | |
download | spack-f9599c1772b081fc412ff36b46c700f066bc789f.tar.gz spack-f9599c1772b081fc412ff36b46c700f066bc789f.tar.bz2 spack-f9599c1772b081fc412ff36b46c700f066bc789f.tar.xz spack-f9599c1772b081fc412ff36b46c700f066bc789f.zip |
ecp-proxy-apps: add more package (#6003)
-rw-r--r-- | var/spack/repos/builtin/packages/ecp-proxy-apps/package.py | 4 |
1 files changed, 3 insertions, 1 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 f22e6527f9..88b7c01cd5 100644 --- a/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py +++ b/var/spack/repos/builtin/packages/ecp-proxy-apps/package.py @@ -44,8 +44,10 @@ class EcpProxyApps(Package): depends_on('amg@1.0', when='@0.9') depends_on('laghos@1.0', when='@0.9') - depends_on('miniamr@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') |