summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHans Fangohr <fangohr@users.noreply.github.com>2022-10-07 03:30:27 +0200
committerGitHub <noreply@github.com>2022-10-06 18:30:27 -0700
commita661536eb6e625c8c0fb44c78768df0be85dba70 (patch)
tree13d2c550c0331797a272174374c9a772a286e821 /var
parent080c37046f3f007b0f46c9f6401e99bc6a3e8f95 (diff)
downloadspack-a661536eb6e625c8c0fb44c78768df0be85dba70.tar.gz
spack-a661536eb6e625c8c0fb44c78768df0be85dba70.tar.bz2
spack-a661536eb6e625c8c0fb44c78768df0be85dba70.tar.xz
spack-a661536eb6e625c8c0fb44c78768df0be85dba70.zip
oommf: update oommf package to version 2.0b0 (#33072)
- Official release mentioned on https://math.nist.gov/oommf/software-20.html - Tested at https://github.com/fangohr/oommf-in-spack/pull/39/files
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/oommf/package.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/oommf/package.py b/var/spack/repos/builtin/packages/oommf/package.py
index 860b19be85..b584919c72 100644
--- a/var/spack/repos/builtin/packages/oommf/package.py
+++ b/var/spack/repos/builtin/packages/oommf/package.py
@@ -42,6 +42,16 @@ class Oommf(Package):
maintainers = ["fangohr"]
version(
+ "20b0_20220930", sha256="764f1983d858fbad4bae34c720b217940ce56f745647ba94ec74de4b185f1328"
+ )
+
+ version(
+ "20b0_20220930-vanilla",
+ url="https://math.nist.gov/oommf/dist/oommf20b0_20220930.tar.gz",
+ sha256="141826208d638ded65704d0964d9c56e94a35d198e310454f6173e02601378fd",
+ )
+
+ version(
"20a3_20210930",
sha256="880242afdf4c84de7f2a3c42ab0ad8c354028a7d2d3c3160980cf3e08e285691",
)