FIX: remove old compilers
This commit is contained in:
@@ -43,6 +43,10 @@ class Opal(CMakePackage):
|
||||
variant("mslang", default=True, description="Enable mslang")
|
||||
variant("ippltests", default=True, description="Enable IPPL tests")
|
||||
|
||||
depends_on("cxx", type="build")
|
||||
depends_on("c", type="build")
|
||||
depends_on("fortran", type="build")
|
||||
|
||||
depends_on("blas")
|
||||
depends_on("boost+chrono+filesystem+iostreams+regex+serialization+system+timer")
|
||||
depends_on("boost+mpi", when="+mpi")
|
||||
|
||||
Reference in New Issue
Block a user