Besides using the R distrib from revolutionanalytics.com (which is based on intel MKL) you could also completely isolate R & julia & their dependencies by running them in separate Docker containers.
On Tuesday, April 14, 2015 at 1:37:52 AM UTC+2, Yudong Ma wrote: > > Hi. > I am pretty new to Julia, and I did manage to install Julia on Ubuntu > precise 64. > Everything works except that the installation of Julia updates some > libraries and these updates makes the R shared lib /usr/lib/libR.so > complain that the symbol _pcre_valid_utf8 is undefined. > > The libraries updated by Julia that affect R are libpcre3, libpcrecpp0, > libpcre3-dev. > > I am wondering have any of julia users have encounted this issue, and how > should I resolve this issue? > Best Regards > >
