diff options
author | Joe Schoonover <11430768+fluidnumerics-joe@users.noreply.github.com> | 2021-11-04 12:54:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 11:54:02 -0700 |
commit | 4cc2adcbc30a1b76c90b084e251b96fb0a317fe6 (patch) | |
tree | bcd7b517334087977387b89d45363b696a4bf00d /var | |
parent | ed3d459a83a01125d349346565f94c98b8219833 (diff) | |
download | spack-4cc2adcbc30a1b76c90b084e251b96fb0a317fe6.tar.gz spack-4cc2adcbc30a1b76c90b084e251b96fb0a317fe6.tar.bz2 spack-4cc2adcbc30a1b76c90b084e251b96fb0a317fe6.tar.xz spack-4cc2adcbc30a1b76c90b084e251b96fb0a317fe6.zip |
Add new versions for HOHQMesh and switch to tar-ball releases (#27194)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/hohqmesh/package.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/hohqmesh/package.py b/var/spack/repos/builtin/packages/hohqmesh/package.py index 0fb03d2cb1..a5c329b257 100644 --- a/var/spack/repos/builtin/packages/hohqmesh/package.py +++ b/var/spack/repos/builtin/packages/hohqmesh/package.py @@ -10,13 +10,14 @@ class Hohqmesh(CMakePackage): """High Order mesh generator for Hexahedral and Quadrilateral meshes.""" homepage = "https://github.com/trixi-framework/HOHQMesh" - url = "https://github.com/trixi-framework/HOHQMesh" git = "https://github.com/trixi-framework/HOHQMesh.git" + url = "https://github.com/trixi-framework/HOHQMesh/archive/v1.0.0.tar.gz" - maintainers = ['schoonovernumerics'] + maintainers = ['fluidnumerics-joe'] - version('main', branch='main') - version('v1.0.1', tag='v1.0.1') + version('1.1.0', sha256='5fdb75157d9dc29bba55e6ae9dc2be71294754204f4f0912795532ae66aada10') + version('1.0.1', sha256='8435f13c96d714a287f3c24392330047e2131d53fafe251a77eba365bd2b3141') + version('1.0.0', sha256='3800e63975d0a61945508f13fb76d5e2145c0260440484252b6b81aa0bfe076d') depends_on('ftobjectlibrary') |