mapl: add cxx dependence (#50168)

This commit is contained in:
Matt Thompson 2025-04-22 18:27:43 -04:00 committed by GitHub
parent 94719a55b4
commit ce654b6882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,6 +285,7 @@ class Mapl(CMakePackage):
conflicts("+extdata2g", when="@:2.40.3 %intel@2021.7:")
depends_on("c", type="build")
depends_on("cxx", type="build")
depends_on("fortran", type="build")
depends_on("cmake@3.24:", type="build", when="@2.51:")