diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2019-07-11 22:22:37 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-07-11 22:22:37 -0500 |
commit | 42c7d2407550720c3046501a6b5c9062330788a2 (patch) | |
tree | 4b719c5f891847bfd8f0b580a45c4bbc1e7fda51 /etc | |
parent | 909c5f5019648d39e94a82a1a6fdb6bca5a4e606 (diff) | |
download | spack-42c7d2407550720c3046501a6b5c9062330788a2.tar.gz spack-42c7d2407550720c3046501a6b5c9062330788a2.tar.bz2 spack-42c7d2407550720c3046501a6b5c9062330788a2.tar.xz spack-42c7d2407550720c3046501a6b5c9062330788a2.zip |
Modifications to r package (#11957)
This PR has several modifications for the r package.
- The tk package is always depended on but this pulls in X11, making the
'X' variant non-functional. This PR sets a dependency of tk on '+X'.
- There is a missing dependency on libxmu when '+X' is set.
- The libraries for R wind up in a non-standard location and are thus
left out of the RPATH settings. This PR adds that directory to RPATH.
- The MKL integer interface for gfortran is not in the BLAS libs. This
PR replaces the intel interface with the gfortran interface if needed.
- Use the `LibraryList` `ld_flags` method for blas as that is more in
line with th R Installation and Administration manual.
Note that this PR depends on PR #11956. This PR closes #8642.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions