Fastmath: Added required version (#13990)

* Fastmath: Added required version

* Changed the version to 'latest' (per balay).
This commit is contained in:
Tamara Dahlgren 2019-12-06 10:38:29 -08:00 committed by Adam J. Stewart
parent 5e49b76dd7
commit dd26cc4004

View File

@ -13,7 +13,9 @@ class Fastmath(BundlePackage):
libraries for ODE's, Time Integrators, Iterative, Non-Linear, and Direct
Solvers."""
homepage = "www.fastmath-scidac.org/"
homepage = "https://fastmath-scidac.org/"
version('latest')
depends_on('amrex') # default is 3 dimensions
depends_on('chombo@3.2')