MFEM: Add a patch to fix the +gslib+shared+miniapps build (#41399)

* [mfem] Add a patch to resolve issue #41382

* [mfem] Spack CI wants "patch URL must end with ?full_index=1"
This commit is contained in:
Veselin Dobrev 2023-12-05 10:26:48 -08:00 committed by GitHub
parent 5a0ac4ba94
commit 8bcb1f8766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,6 +473,11 @@ class Mfem(Package, CudaPackage, ROCmPackage):
patch("mfem-4.0.0-makefile-syntax-fix.patch", when="@4.0.0") patch("mfem-4.0.0-makefile-syntax-fix.patch", when="@4.0.0")
patch("mfem-4.5.patch", when="@4.5.0") patch("mfem-4.5.patch", when="@4.5.0")
patch("mfem-4.6.patch", when="@4.6.0") patch("mfem-4.6.patch", when="@4.6.0")
patch(
"https://github.com/mfem/mfem/pull/4005.patch?full_index=1",
when="@4.6.0 +gslib+shared+miniapps",
sha256="2a31682d876626529e2778a216d403648b83b90997873659a505d982d0e65beb",
)
phases = ["configure", "build", "install"] phases = ["configure", "build", "install"]