Adding "import llnl.util.tty as tty" for PETSC to correctly run for versions <3.13 (#46892)

petsc: fix missing tty import needed to print the warning.
This commit is contained in:
djabaay
2024-10-10 06:07:43 -04:00
committed by GitHub
parent bdd06cb176
commit d3beef6584

View File

@@ -4,6 +4,8 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os import os
import llnl.util.tty as tty
from spack.package import * from spack.package import *