stacks package: add version 2.3b (#10653)
This commit is contained in:
parent
ba70d6e706
commit
0e7b19adf4
@ -13,12 +13,15 @@ class Stacks(AutotoolsPackage):
|
|||||||
homepage = "http://catchenlab.life.illinois.edu/stacks/"
|
homepage = "http://catchenlab.life.illinois.edu/stacks/"
|
||||||
url = "http://catchenlab.life.illinois.edu/stacks/source/stacks-1.46.tar.gz"
|
url = "http://catchenlab.life.illinois.edu/stacks/source/stacks-1.46.tar.gz"
|
||||||
|
|
||||||
|
version('2.3b', sha256='a46786d8811a730ebcdc17891e89f50d4f4ae196734439dac86091f45c92ac72')
|
||||||
version('1.46', '18b0568a4bba44fb4e5be0eb7ee2c08d')
|
version('1.46', '18b0568a4bba44fb4e5be0eb7ee2c08d')
|
||||||
|
|
||||||
variant('sparsehash', default=True, description='Improve Stacks memory usage with SparseHash')
|
variant('sparsehash', default=True, description='Improve Stacks memory usage with SparseHash')
|
||||||
|
|
||||||
depends_on('perl', type=('build', 'run'))
|
depends_on('perl', type=('build', 'run'))
|
||||||
depends_on('sparsehash', when='+sparsehash')
|
depends_on('sparsehash', when='+sparsehash')
|
||||||
|
depends_on('zlib', when='@2.3b:')
|
||||||
|
conflicts('%gcc@:4.9.0', when='@2.3b:')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = []
|
args = []
|
||||||
|
Loading…
Reference in New Issue
Block a user