FIX: opal can run with python@3.0:
This commit is contained in:

parent
dd3718b590
commit
d2e2bc841d
@ -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"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user