angsd: new version, and conflict for newer htslib with old version (#7122)

This commit is contained in:
Levi Baber 2018-02-05 11:33:12 -06:00 committed by Massimiliano Culpo
parent 6c21d0bf31
commit e25406c26b

View file

@ -35,9 +35,11 @@ class Angsd(MakefilePackage):
homepage = "https://github.com/ANGSD/angsd" homepage = "https://github.com/ANGSD/angsd"
url = "https://github.com/ANGSD/angsd/archive/0.919.tar.gz" url = "https://github.com/ANGSD/angsd/archive/0.919.tar.gz"
version('0.921', '3702db035396db602c7f74728b1a5a1f')
version('0.919', '79d342f49c24ac00d35934f2617048d4') version('0.919', '79d342f49c24ac00d35934f2617048d4')
depends_on('htslib') depends_on('htslib')
conflicts('^htslib@1.6:', when='@0.919')
def setup_environment(self, spack_env, run_env): def setup_environment(self, spack_env, run_env):
run_env.set('R_LIBS', prefix.R) run_env.set('R_LIBS', prefix.R)