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:
		| @@ -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"] | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Veselin Dobrev
					Veselin Dobrev