bison: conflict %oneapi due to possible miscompilation (#40860)
This commit is contained in:
		| @@ -65,6 +65,13 @@ class Bison(AutotoolsPackage, GNUMirrorPackage): | |||||||
|     patch("nvhpc-3.7.patch", when="@3.7.0:3.7 %nvhpc") |     patch("nvhpc-3.7.patch", when="@3.7.0:3.7 %nvhpc") | ||||||
| 
 | 
 | ||||||
|     conflicts("%intel@:14", when="@3.4.2:", msg="Intel 14 has immature C11 support") |     conflicts("%intel@:14", when="@3.4.2:", msg="Intel 14 has immature C11 support") | ||||||
|  |     conflicts( | ||||||
|  |         "%oneapi", | ||||||
|  |         msg=( | ||||||
|  |             "bison is likely miscompiled by oneapi compilers, " | ||||||
|  |             "see https://github.com/spack/spack/issues/37172" | ||||||
|  |         ), | ||||||
|  |     ) | ||||||
| 
 | 
 | ||||||
|     if sys.platform == "darwin" and macos_version() >= Version("10.13"): |     if sys.platform == "darwin" and macos_version() >= Version("10.13"): | ||||||
|         patch("secure_snprintf.patch", level=0, when="@3.0.4") |         patch("secure_snprintf.patch", level=0, when="@3.0.4") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thomas-Ulrich
					Thomas-Ulrich