Silo: Add conflict for silo 4.11 and gcc 11.1. (#36335)

This commit is contained in:
Eric Brugger
2023-03-25 03:50:59 -07:00
committed by GitHub
parent c4923fe3b3
commit a7175979cd

View File

@@ -67,7 +67,8 @@ class Silo(AutotoolsPackage):
patch("H5FD_class_t-terminate.patch", when="@:4.10.2-bsd")
# H5EPR_SEMI_COLON.patch was fixed in current dev
patch("H5EPR_SEMI_COLON.patch", when="@:4.11-bsd")
# patch("H5EPR_SEMI_COLON.patch", when="@:4.11-bsd")
patch("H5EPR_SEMI_COLON.patch")
# Fix missing F77 init, fixed in 4.9
patch("48-configure-f77.patch", when="@:4.8")