dorado: adding version 0.5.3 (#43313)

This commit is contained in:
snehring 2024-03-21 16:59:20 -05:00 committed by GitHub
parent d1f9d8f06d
commit 65472159c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ class Dorado(CMakePackage, CudaPackage):
maintainers("snehring")
version("0.5.3", commit="d9af343c0097e0e60503231e036d69e6eda2f19a", submodules=True)
version("0.5.1", commit="a7fb3e3d4afa7a11cb52422e7eecb1a2cdb7860f", submodules=True)
depends_on("autoconf", type="build")
@ -30,6 +31,9 @@ class Dorado(CMakePackage, CudaPackage):
depends_on("libdeflate")
depends_on("zlib-api")
conflicts("%gcc@:8", msg="Dorado requires at least gcc@9 to compile.")
conflicts("%gcc@13:", msg="Dorado will not build with gcc@13 and newer.")
patch("cmake-htslib.patch")
def setup_build_environment(self, env):