Files
spack-psi/packages/mfem/pachage.py
2024-10-18 10:10:22 +02:00

14 lines
342 B
Python

# Copyright 2013-2024 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.package import *
from spack.pkg.builtin.mfem import Mfem as SpackMfem
class Mfem(SpackMfem):
patch(mfem_conduit_spack.patch)