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

Refactor calcfc_internal to remove nested function #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 25, 2024

  1. Refactor calcfc_internal to remove nested function

    This is in support of efforts to integrate PRIMA with SciPy. They
    provide wheels for musl, and in musl you cannot have nested functions in
    Fortran (at least, not without gcc 14, which is cutting edge, and
    therefore it's not practical for scipy to switch to it).
    nbelakovski committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8d044d1 View commit details
    Browse the repository at this point in the history