Modify R installation template
This commit is contained in:
parent
79fae306f6
commit
5a55bb3f8d
@ -170,7 +170,7 @@ def __call__(self, stage):
|
|||||||
'R': """\
|
'R': """\
|
||||||
# FIXME: Add logic to build and install here.
|
# FIXME: Add logic to build and install here.
|
||||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),""" +
|
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),""" +
|
||||||
" self.stage.archive_file)""",
|
" self.stage.source_path)""",
|
||||||
|
|
||||||
'unknown': """\
|
'unknown': """\
|
||||||
# FIXME: Unknown build system
|
# FIXME: Unknown build system
|
||||||
|
Loading…
Reference in New Issue
Block a user