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

Allow setting, archiver, C compiler flags and linker flags from commandline #549

Merged
merged 5 commits into from
Sep 23, 2021

Commits on Aug 28, 2021

  1. Use environment variables for Fortran compiler and arguments

    - Read Fortran compiler from FC
      (overwritten by FPM_COMPILER for compatibility)
    - Read Fortran compiler options from FFLAGS
    - Read C compiler from CC
      (remove FPM_C_COMPILER since it was never documented)
    - Read archiver from AR
    awvwgk committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    9bc3b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    ec88660 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Use both plain and FPM_ prefixed variables

    - allow to set archiver and C compiler from command line
    awvwgk committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b7f8736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a53eb7c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    feeefaf View commit details
    Browse the repository at this point in the history