diff options
author | Kelly (KT) Thompson <KineticTheory@users.noreply.github.com> | 2019-10-28 16:31:23 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-10-28 17:31:23 -0500 |
commit | ffb4e02a53760dff03cccadd27f1f199c8303a2a (patch) | |
tree | 8eab5753103edff65fbfb9b0c07dd4a80fcd9c08 /lib | |
parent | 8786cb468a357edcb94905eb70e155885e641c9a (diff) | |
download | spack-ffb4e02a53760dff03cccadd27f1f199c8303a2a.tar.gz spack-ffb4e02a53760dff03cccadd27f1f199c8303a2a.tar.bz2 spack-ffb4e02a53760dff03cccadd27f1f199c8303a2a.tar.xz spack-ffb4e02a53760dff03cccadd27f1f199c8303a2a.zip |
Fix gcc recipe for RHEL7. (#13460)
* Fix gcc recipe for RHEL7.
+ It appears that macOS related changes to the gcc recipe broke gcc on RHEL7.
This bug manifests as `libstdc++.so: undefined reference to libiconv` when gcc
is used.
+ Fixes #13452 by moving
`--with-libiconv-prefix={0}'.format(spec['libiconv'].prefix)` into the darwin
OS section of the configuration.
+ Change qualification of `depends_on(libiconv)` to limit dependency to macOS.
* Replace deprecated 'setup_environment' with 'setup_run_environment'.
* Fix cut and paste error.
* Rename 'run_env' to just 'env'.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions