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

26 escape.git.version.string #27

Merged
merged 3 commits into from
Nov 12, 2019
Merged

26 escape.git.version.string #27

merged 3 commits into from
Nov 12, 2019

Commits on Jul 11, 2019

  1. Workaround for gfortran not adding -D__APPLE__

    Gfortran on Mac OS X does not add the __APPLE__ macro.  Updated the two Mac OS X templates to add this macro definition to the the Fortran preprocessor flags.
    underwoo committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    beb2a1d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Escape call to git-version-string in mkmf

    Update the `-g` option to escape the double quote (`"`) in `mkmf` around 
    the call to `git-version-string`.  This is to resolve the quote 
    expansion of certain MPI compiler wrappers.
    underwoo committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    fc3ccf8 View commit details
    Browse the repository at this point in the history
  2. Update git version test

    The test for the git version string needed to be updated to match the update in mkmf to escape the string.
    underwoo committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8574930 View commit details
    Browse the repository at this point in the history