FIX: remove old compilers

This commit is contained in:
Gitea Actions
2025-11-26 11:05:12 +01:00
parent b227d9deba
commit 981e93dae4
4 changed files with 86 additions and 105 deletions

View File

@@ -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")