gmap-gsnap: set default value for simd variant (#9366)
Also add zlib/bzip2 dependencies.
This commit is contained in:
parent
f641a72a8b
commit
3c713661b8
@ -38,11 +38,15 @@ class GmapGsnap(AutotoolsPackage):
|
|||||||
version('2017-06-16', 'fcc91b8bdd4bf12ae3124de0c00db0c0')
|
version('2017-06-16', 'fcc91b8bdd4bf12ae3124de0c00db0c0')
|
||||||
version('2014-12-28', '1ab07819c9e5b5b8970716165ccaa7da')
|
version('2014-12-28', '1ab07819c9e5b5b8970716165ccaa7da')
|
||||||
|
|
||||||
|
depends_on('zlib')
|
||||||
|
depends_on('bzip2')
|
||||||
|
|
||||||
variant(
|
variant(
|
||||||
'simd',
|
'simd',
|
||||||
description='CPU support.',
|
description='CPU support.',
|
||||||
values=('avx2', 'sse42', 'avx512', 'sse2'),
|
values=('avx2', 'sse42', 'avx512', 'sse2'),
|
||||||
multi=True
|
multi=True,
|
||||||
|
default='sse2'
|
||||||
)
|
)
|
||||||
|
|
||||||
def configure(self, spec, prefix):
|
def configure(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user