HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

BUG: Non-existing LD_LIBRARY_PATH set in the 'r' module #94

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 1 year ago
$ module --raw show r
...
prepend_path("LD_LIBRARY_PATH", pathJoin(home, "lib", "R", "lib"))

This should be:

prepend_path("LD_LIBRARY_PATH", pathJoin(home, "lib", "R", "lib64"))