Do not need to depend on jdk here because R itself does.
This commit is contained in:
parent
427fa7fd0a
commit
450b082daf
@ -37,8 +37,6 @@ class RRjava(Package):
|
||||
|
||||
extends('R')
|
||||
|
||||
depends_on('jdk')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||
self.stage.source_path)
|
||||
|
Loading…
Reference in New Issue
Block a user