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

v5.0.x: configury: patch configure to support nvfortran #12879

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 23, 2024

  1. configury: patch configure to support nvfortran

    nvfortran needs to be passed -fPIC when building shared libraries,
    so patch the generated configure script in order to properly
    handle nvfortran:
    - add nvfortran to the list of known fortran compilers
    - pass -fPIC to the compiler
    
    Refs. open-mpi#8919
    
    Signed-off-by: Gilles Gouaillardet <[email protected]>
    Signed-off-by: George Bosilca <[email protected]>
    (cherry picked from commit ccd6415)
    ggouaillardet authored and bosilca committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    acb67fb View commit details
    Browse the repository at this point in the history