FIX: opal can run with python@3.0:

This commit is contained in:
svcusr-spack (Resp. Germann Elsa Sylvia)
2024-07-09 16:53:31 +02:00
parent dd3718b590
commit d2e2bc841d

View File

@ -46,7 +46,7 @@ class Opal(CMakePackage):
depends_on("boost+chrono+filesystem+iostreams+regex+serialization+system+timer") depends_on("boost+chrono+filesystem+iostreams+regex+serialization+system+timer")
depends_on("boost+mpi", when="+mpi") depends_on("boost+mpi", when="+mpi")
depends_on("boost+python", when="+python") depends_on("boost+python", when="+python")
depends_on("python@3.0", when="+python") depends_on("python@3.0:", when="+python")
depends_on( depends_on(
"boost+mpi+chrono+filesystem+iostreams+regex+serialization+system+timer", when="+mpi" "boost+mpi+chrono+filesystem+iostreams+regex+serialization+system+timer", when="+mpi"
) )