diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2016-07-22 17:05:01 -0500 |
---|---|---|
committer | Glenn Johnson <glenn-johnson@uiowa.edu> | 2016-07-22 17:05:01 -0500 |
commit | ec9959b152ca0b5d11621c1d1e5acc4bba2a8db1 (patch) | |
tree | 1b8e828de5eb5309e9d8ea8b9cbc4e61135ec87b /lib | |
parent | f5b4664c7c58280776cb66e000d2c37487155ad1 (diff) | |
download | spack-ec9959b152ca0b5d11621c1d1e5acc4bba2a8db1.tar.gz spack-ec9959b152ca0b5d11621c1d1e5acc4bba2a8db1.tar.bz2 spack-ec9959b152ca0b5d11621c1d1e5acc4bba2a8db1.tar.xz spack-ec9959b152ca0b5d11621c1d1e5acc4bba2a8db1.zip |
R extension dependencies with compiler wrapper
This commit introduces a mechanism to insure that R package dependencies
are built with the Spack compiler wrapper. A copy of Makeconf is made
before `filter_compilers` is called. This is then pointed to by the
R_MAKEVARS_SITE environment variable set up in
`setup_dependent_environment`. With this the normal compilers are used
outside of spack and the spack wrapper compilers are used inside of
spack.
This commit also standardizes on the `join_path` call. It also sets the
commented build command to reflect what is actually used with the newer
string formatting.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions