Skip to content

Commit

Permalink
py-tensorflow: add GCC 13 conflict (spack#46435)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 22, 2024
1 parent 98b149d commit 61c07be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-tensorflow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 61c07be

Please sign in to comment.