From 4cc2adcbc30a1b76c90b084e251b96fb0a317fe6 Mon Sep 17 00:00:00 2001 From: Joe Schoonover <11430768+fluidnumerics-joe@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:54:02 -0600 Subject: Add new versions for HOHQMesh and switch to tar-ball releases (#27194) Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> --- var/spack/repos/builtin/packages/hohqmesh/package.py | 9 +++++---- 1 file 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') -- cgit v1.2.3-60-g2f50