r-datatable: fix nolink dependency
This commit is contained in:
parent
0d17d90b29
commit
eb13cbe9bd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class RDatatable(Package):
|
||||||
|
|
||||||
extends('R')
|
extends('R')
|
||||||
|
|
||||||
depends_on('r-chron')
|
depends_on('r-chron', type='nolink')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||||
|
|
Loading…
Reference in a new issue