Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Config.pm has correct setting for cc #4345

Merged
merged 4 commits into from
May 29, 2017

Commits on May 24, 2017

  1. Ensure Config.pm has correct setting for cc

    Run a filter after install so that Config.pm records the compiler that
    Spack built the package with.  If this isn't done, $Config{cc} will be
    set to Spack's cc wrapper script.
    George Hartzell committed May 24, 2017
    Configuration menu
    Copy the full SHA
    03f8408 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Also patch compilers Config_heavy.pl

    This patch sets ld=gcc, which appears to work.  I'm not sure if
    there's a good way to get at the ld that Spack uses.
    George Hartzell committed May 25, 2017
    Configuration menu
    Copy the full SHA
    afacdd6 View commit details
    Browse the repository at this point in the history
  2. Clean up quoting

    George Hartzell committed May 25, 2017
    Configuration menu
    Copy the full SHA
    5fae357 View commit details
    Browse the repository at this point in the history
  3. Fix pattern for Config.pm

    Does not start at beginning of line...
    George Hartzell committed May 25, 2017
    Configuration menu
    Copy the full SHA
    875c136 View commit details
    Browse the repository at this point in the history