mgis: wrong version for tfel 5.0.0 (#50523)

This commit is contained in:
Briffou 2025-05-21 01:26:55 +02:00 committed by GitHub
parent cf7e1643c3
commit 7e21357045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ class Mgis(CMakePackage):
depends_on("fortran", type="build") # generated
depends_on("tfel@5.0.1", when="@3.0.1")
depends_on("tfel@5.0.0", when="@3.0.0")
depends_on("tfel@5.0.0", when="@3.0")
depends_on("tfel@4.2.3", when="@2.2.1")
depends_on("tfel@4.2.0", when="@2.2.0")
depends_on("tfel@4.1.0", when="@2.1")