Adding ncbi-vdb 3.0.2 (#37435)

* ncbi-vdb: adding version 3.0.2
* sra-tools: adding version restriction for newer versions
This commit is contained in:
snehring 2023-05-05 13:06:07 -05:00 committed by GitHub
parent 222b44bd45
commit 261a34a7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class NcbiVdb(CMakePackage):
homepage = "https://github.com/ncbi/ncbi-vdb" homepage = "https://github.com/ncbi/ncbi-vdb"
git = "https://github.com/ncbi/ncbi-vdb.git" git = "https://github.com/ncbi/ncbi-vdb.git"
version("3.0.2", tag="3.0.2")
version("3.0.0", tag="3.0.0") version("3.0.0", tag="3.0.0")
depends_on("openjdk") depends_on("openjdk")

View File

@ -20,6 +20,7 @@ class SraTools(CMakePackage):
depends_on("flex@2.6:") depends_on("flex@2.6:")
depends_on("libxml2") depends_on("libxml2")
depends_on("ncbi-vdb") depends_on("ncbi-vdb")
depends_on("ncbi-vdb@3.0.2:", when="@3.0.3:")
# The CMakeLists.txt file set the path to ${TARGDIR}/obj but the code # The CMakeLists.txt file set the path to ${TARGDIR}/obj but the code
# actually uses ${TARGDIR}. # actually uses ${TARGDIR}.