r-biocparallel: new link dependency added in last version (#9274)
This commit is contained in:
parent
5d3fb74e24
commit
6d0b3f0e71
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ class RBiocparallel(RPackage):
|
||||||
|
|
||||||
depends_on('r-futile-logger', type=('build', 'run'))
|
depends_on('r-futile-logger', type=('build', 'run'))
|
||||||
depends_on('r-snow', type=('build', 'run'))
|
depends_on('r-snow', type=('build', 'run'))
|
||||||
|
depends_on('r-bh', type=('build', 'link', 'run'), when='@1.14.2:')
|
||||||
depends_on('r@3.4.0:3.4.9', when='@1.10.1', type=('build', 'run'))
|
depends_on('r@3.4.0:3.4.9', when='@1.10.1', type=('build', 'run'))
|
||||||
depends_on('r@3.5.0:3.5.9', when='@1.14.2', type=('build', 'run'))
|
depends_on('r@3.5.0:3.5.9', when='@1.14.2', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue