Remove duplicate ICU package (#1837)
* Remove duplicate ICU package * Ignore deleted files during flake8 tests * Rename Boost ICU variant
This commit is contained in:

committed by
Todd Gamblin

parent
6ef6428331
commit
64194a823a
@@ -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),
|
||||
|
Reference in New Issue
Block a user