angsd: new version, and conflict for newer htslib with old version (#7122)
This commit is contained in:
parent
6c21d0bf31
commit
e25406c26b
1 changed files with 2 additions and 0 deletions
|
@ -35,9 +35,11 @@ class Angsd(MakefilePackage):
|
|||
homepage = "https://github.com/ANGSD/angsd"
|
||||
url = "https://github.com/ANGSD/angsd/archive/0.919.tar.gz"
|
||||
|
||||
version('0.921', '3702db035396db602c7f74728b1a5a1f')
|
||||
version('0.919', '79d342f49c24ac00d35934f2617048d4')
|
||||
|
||||
depends_on('htslib')
|
||||
conflicts('^htslib@1.6:', when='@0.919')
|
||||
|
||||
def setup_environment(self, spack_env, run_env):
|
||||
run_env.set('R_LIBS', prefix.R)
|
||||
|
|
Loading…
Reference in a new issue