diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/hohqmesh/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/hohqmesh/package.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/hohqmesh/package.py b/var/spack/repos/builtin/packages/hohqmesh/package.py index 9dd3c84254..c645bc9220 100644 --- a/var/spack/repos/builtin/packages/hohqmesh/package.py +++ b/var/spack/repos/builtin/packages/hohqmesh/package.py @@ -10,16 +10,16 @@ class Hohqmesh(CMakePackage): """High Order mesh generator for Hexahedral and Quadrilateral meshes.""" homepage = "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" + git = "https://github.com/trixi-framework/HOHQMesh.git" + url = "https://github.com/trixi-framework/HOHQMesh/archive/v1.0.0.tar.gz" - maintainers = ['fluidnumerics-joe'] + maintainers = ["fluidnumerics-joe"] - version('1.2.1', sha256='b1b13a680c3ef6b8d6a8d05406f68c1ff641c26f69c468ccf2d7bed8d556dd7e') - version('1.1.0', sha256='5fdb75157d9dc29bba55e6ae9dc2be71294754204f4f0912795532ae66aada10') - version('1.0.1', sha256='8435f13c96d714a287f3c24392330047e2131d53fafe251a77eba365bd2b3141') - version('1.0.0', sha256='3800e63975d0a61945508f13fb76d5e2145c0260440484252b6b81aa0bfe076d') + version("1.2.1", sha256="b1b13a680c3ef6b8d6a8d05406f68c1ff641c26f69c468ccf2d7bed8d556dd7e") + version("1.1.0", sha256="5fdb75157d9dc29bba55e6ae9dc2be71294754204f4f0912795532ae66aada10") + version("1.0.1", sha256="8435f13c96d714a287f3c24392330047e2131d53fafe251a77eba365bd2b3141") + version("1.0.0", sha256="3800e63975d0a61945508f13fb76d5e2145c0260440484252b6b81aa0bfe076d") - depends_on('ftobjectlibrary') + depends_on("ftobjectlibrary") parallel = False |