Remove duplicate ICU package (#1837)

* Remove duplicate ICU package

* Ignore deleted files during flake8 tests

* Rename Boost ICU variant
This commit is contained in:
Adam J. Stewart
2016-09-23 16:16:59 -05:00
committed by Todd Gamblin
parent 6ef6428331
commit 64194a823a
7 changed files with 17 additions and 65 deletions

View File

@@ -44,7 +44,7 @@ class RStringi(Package):
extends('R')
depends_on('icu')
depends_on('icu4c')
def install(self, spec, prefix):
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),