Add 'jdk' as a dependency.
Add jdk as a dependency so that R has support for java and allow packages that need java to work.
This commit is contained in:
parent
a813f03955
commit
8970785d33
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class R(Package):
|
||||||
depends_on('tk')
|
depends_on('tk')
|
||||||
depends_on('curl')
|
depends_on('curl')
|
||||||
depends_on('pcre')
|
depends_on('pcre')
|
||||||
|
depends_on('jdk')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
rlibdir = join_path(prefix, 'rlib')
|
rlibdir = join_path(prefix, 'rlib')
|
||||||
|
|
Loading…
Reference in a new issue