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:
parent
222b44bd45
commit
261a34a7a4
@ -14,6 +14,7 @@ class NcbiVdb(CMakePackage):
|
||||
homepage = "https://github.com/ncbi/ncbi-vdb"
|
||||
git = "https://github.com/ncbi/ncbi-vdb.git"
|
||||
|
||||
version("3.0.2", tag="3.0.2")
|
||||
version("3.0.0", tag="3.0.0")
|
||||
|
||||
depends_on("openjdk")
|
||||
|
@ -20,6 +20,7 @@ class SraTools(CMakePackage):
|
||||
depends_on("flex@2.6:")
|
||||
depends_on("libxml2")
|
||||
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
|
||||
# actually uses ${TARGDIR}.
|
||||
|
Loading…
Reference in New Issue
Block a user