HOHQMesh: add new package (#24501)

Co-authored-by: Joe Schoonover <joe@fluidnumerics.com>
This commit is contained in:
Joseph Schoonover 2021-06-25 06:15:04 -06:00 committed by GitHub
parent f4b96a21c8
commit 25522b5c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
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"
maintainers = ['schoonovernumerics']
version('main', branch='main')
depends_on('ftobjectlibrary')
parallel = False