py-tensorflow: add GCC 13 conflict (#46435)
This commit is contained in:
parent
98b149d711
commit
61c07becc5
@ -384,6 +384,7 @@ class PyTensorflow(Package, CudaPackage, ROCmPackage, PythonExtension):
|
||||
# https://www.tensorflow.org/install/source#tested_build_configurations
|
||||
# https://github.com/tensorflow/tensorflow/issues/70199
|
||||
# (-mavx512fp16 exists in gcc@12:)
|
||||
conflicts("%gcc@13:", when="@:2.14")
|
||||
conflicts("%gcc@:11", when="@2.17:")
|
||||
conflicts("%gcc@:9.3.0", when="@2.9:")
|
||||
conflicts("%gcc@:7.3.0")
|
||||
|
Loading…
Reference in New Issue
Block a user