From dd26cc4004879419c1701d1296331a20b65ef3af Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Fri, 6 Dec 2019 10:38:29 -0800 Subject: Fastmath: Added required version (#13990) * Fastmath: Added required version * Changed the version to 'latest' (per balay). --- var/spack/repos/builtin/packages/fastmath/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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') -- cgit v1.2.3-70-g09d2