diff options
-rw-r--r-- | var/spack/repos/builtin/packages/veclibfort/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/veclibfort/package.py b/var/spack/repos/builtin/packages/veclibfort/package.py index 98f751d9a1..dc8bec0da9 100644 --- a/var/spack/repos/builtin/packages/veclibfort/package.py +++ b/var/spack/repos/builtin/packages/veclibfort/package.py @@ -18,6 +18,7 @@ class Veclibfort(Package): git = "https://github.com/mcg1969/vecLibFort.git" version("develop", branch="master") + version("0.4.3", sha256="fe9e7e0596bfb4aa713b2273b21e7d96c0d7a6453ee4b214a8a50050989d5586") version("0.4.2", sha256="c61316632bffa1c76e3c7f92b11c9def4b6f41973ecf9e124d68de6ae37fbc85") variant("shared", default=True, description="Build shared libraries as well as static libs.") |