py-tensorflow: add GCC 13 conflict (#46435)

This commit is contained in:
Adam J. Stewart 2024-09-22 17:17:32 +02:00 committed by GitHub
parent 98b149d711
commit 61c07becc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")