HOHQMesh: add new package (#24501)
Co-authored-by: Joe Schoonover <joe@fluidnumerics.com>
This commit is contained in:
parent
f4b96a21c8
commit
25522b5c9c
22
var/spack/repos/builtin/packages/hohqmesh/package.py
Normal file
22
var/spack/repos/builtin/packages/hohqmesh/package.py
Normal 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
|
Loading…
Reference in New Issue
Block a user