diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2022-06-29 15:14:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 14:14:21 -0600 |
commit | b200c577392911436656799f1c9b0a5c9241ecaa (patch) | |
tree | 5c604d5fe5ba708e48f36a07c6415ad71668cf86 /.dockerignore | |
parent | 814418db355a8e06610a060005ebb0aa721b7bae (diff) | |
download | spack-b200c577392911436656799f1c9b0a5c9241ecaa.tar.gz spack-b200c577392911436656799f1c9b0a5c9241ecaa.tar.bz2 spack-b200c577392911436656799f1c9b0a5c9241ecaa.tar.xz spack-b200c577392911436656799f1c9b0a5c9241ecaa.zip |
Set R_LIBS_USER='' in dependent build environment (#31287)
* Set R_LIBS_USER='' in dependent build environment
Despite R packages being installed with the --vanilla flag, which
ignores Rprofile and Renviron files, R will still set R_LIBS_USER if the
default directory exists. This could lead to pulling in packages from
that directory during the build which could cause the build to fail. To
avoid that, explicitly set R_LIB_USER='' to ensure that packages from
the HOME/R directory are not in the library path.
* Update var/spack/repos/builtin/packages/r/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions