autodock-vina: adding version 1.2.6 (#48684)

Signed-off-by: Shane Nehring <snehring@iastate.edu>
This commit is contained in:
snehring 2025-01-28 07:28:28 -06:00 committed by GitHub
parent 40b3196412
commit 06d660b9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ class AutodockVina(MakefilePackage):
license("Apache-2.0")
version("1.2.6", sha256="9a3b888feaab511e3188b012bde1d41be0d72b54aa9516465b383f31dc394743")
version("1.2.3", sha256="22f85b2e770b6acc363429153b9551f56e0a0d88d25f747a40d2f55a263608e0")
version("1.2.2", sha256="b9c28df478f90d64dbbb5f4a53972bddffffb017b7bb58581a1a0034fff1b400")
version("1.2.1", sha256="2d8d9871a5a95265c03c621c0584d9f06b202303116e6c87e23c935f7b694f74")
@ -33,7 +34,12 @@ class AutodockVina(MakefilePackage):
when="@1.1.2",
)
depends_on(
"boost@1.54.0: +filesystem +program_options +serialization +system +thread", when="@1.2.0:"
"boost@1.54.0:1.82.0 +filesystem +program_options +serialization +system +thread",
when="@1.2.0:1.2.3",
)
depends_on(
"boost@1.54.0:1.86.0 +filesystem +program_options +serialization +system +thread",
when="@1.2.6:",
)
@property