diff options
author | Mark C. Miller <miller86@llnl.gov> | 2019-04-12 14:54:19 -0700 |
---|---|---|
committer | Satish Balay <balay@mcs.anl.gov> | 2019-04-12 16:54:19 -0500 |
commit | 1ae7477d20d599503c21ff8ee521c9fb2df7b0b5 (patch) | |
tree | a05e87b90fb5a7a9bda421516aeb3f0121811d90 /var | |
parent | 832a1ddbaad08b0716d33a6cd78f7a48457ee9c3 (diff) | |
download | spack-1ae7477d20d599503c21ff8ee521c9fb2df7b0b5.tar.gz spack-1ae7477d20d599503c21ff8ee521c9fb2df7b0b5.tar.bz2 spack-1ae7477d20d599503c21ff8ee521c9fb2df7b0b5.tar.xz spack-1ae7477d20d599503c21ff8ee521c9fb2df7b0b5.zip |
Update FASTMath metapackage (#11171)
* Limit to FASTMath-only packages
* Replace boxlib with amrex
As requested by @asalmgren
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/fastmath/package.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/fastmath/package.py b/var/spack/repos/builtin/packages/fastmath/package.py index 3475179946..56802905fc 100644 --- a/var/spack/repos/builtin/packages/fastmath/package.py +++ b/var/spack/repos/builtin/packages/fastmath/package.py @@ -19,13 +19,11 @@ class Fastmath(Package): version('1.0', 'e2b724dfcc31d735897971db91be89ff') # BundlePackage - depends_on('boxlib dims=3') + depends_on('amrex') # default is 3 dimensions depends_on('chombo@3.2') depends_on('hypre~internal-superlu') - depends_on('mesquite') # depends_on('ml-trilinos') # hoping for stripped down install of just ml # depends_on('nox-trilinos') # hoping for stripped down install of just nox - depends_on('moab') depends_on('mpi') depends_on('arpack-ng') depends_on('petsc') |