eccodes: drop redundant build dependency (#43035)

This commit is contained in:
Sergey Kosukhin 2024-03-05 20:25:00 +01:00 committed by GitHub
parent dd59f4ba34
commit 7b46993fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,6 @@ class Eccodes(CMakePackage):
depends_on("cmake@3.12:", when="@2.19:", type="build") depends_on("cmake@3.12:", when="@2.19:", type="build")
depends_on("ecbuild", type="build", when="@develop") depends_on("ecbuild", type="build", when="@develop")
depends_on("ecbuild@3.7:", type="build", when="@2.25:")
conflicts("+openmp", when="+pthreads", msg="Cannot enable both POSIX threads and OMP") conflicts("+openmp", when="+pthreads", msg="Cannot enable both POSIX threads and OMP")