14 lines
342 B
Python
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)
|