summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/fastmath/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/fastmath/package.py b/var/spack/repos/builtin/packages/fastmath/package.py
index 463197cd97..9def8bb24b 100644
--- a/var/spack/repos/builtin/packages/fastmath/package.py
+++ b/var/spack/repos/builtin/packages/fastmath/package.py
@@ -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')