libuv: update compiler requirements (#42576)
This commit is contained in:
		| @@ -44,6 +44,14 @@ def url_for_version(self, version): | ||||
|     depends_on("libtool", type="build", when="@:1.43.0") | ||||
|     depends_on("m4", type="build", when="@:1.43.0") | ||||
| 
 | ||||
|     conflicts( | ||||
|         "%gcc@:4.8", | ||||
|         when="@1.45:", | ||||
|         msg="libuv version 1.45 and above require <stdatomic.h>. " | ||||
|         "See: https://github.com/libuv/libuv/blob/v1.45.0/ChangeLog#L11" | ||||
|         "and https://gcc.gnu.org/gcc-4.9/changes.html", | ||||
|     ) | ||||
| 
 | ||||
|     # Tries to build an Objective-C file with GCC's C frontend | ||||
|     # https://github.com/libuv/libuv/issues/2805 | ||||
|     conflicts( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Julien Cortial
					Julien Cortial