On Wed, Jun 17, 2020 at 6:38 PM kcrisman <[email protected]> wrote: > > > > >> >> mkdir ../../../../library/tools/libs >> >> installing 'sysdata.rda' >> >> dyld: Library not loaded: >> /Users/.../sage/local/lib/libopenblas_haswellp-r0.3.6.dylib >> >> Referenced from: /Users/.../sage/local/lib/R/lib/libR.dylib > > > For reference, doing > > $ rm -rf local/lib/R/ > > ended up solving the problem. But that seems like a bug - shouldn't the > previous R install properly be deleted, in our current paradigm of first > uninstalling (if I understand it correctly)?
yes, it appears to be a bug (macOS-specific?). Probably the list of files installed by R spkg is incomplete, and so what's in the list is removed, but this one is not. You can see the file list in local/var/lib/sage/installed/ and check whether libR.dylib is there. HTH Dima > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/f50588d7-2094-498a-870c-b63716e105d3o%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq0Qk1NziyquXC6bL5ajoFMaFPkAD07m6AMa%3DLE17gPGaA%40mail.gmail.com.
