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

Enhance lib / lib64 library detection for pnetcdf and netcdf #1203

Merged
merged 2 commits into from
Jul 19, 2024

Commits on Jul 2, 2024

  1. Check for libpnetcdf library existence rather than just directory

    This follows the same logic as before with the added check that a libpnetcdf.*
    file exists in the checked directory. The change in logic will now account for
    situations where PNETCDF is set to a directory containing both lib/ and lib64/
    directories and libpnetcdf.* exists in just the lib/ folder. Should libpnetcdf.*
    exist in both directories, the lib64/ still maintains precedence.
    islas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0ca4208 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Check for the libnetcdf library existence similar to pnetcdf

    As the netcdf library logic mirrors the pnetcdf one, it would suffer
    from the same issues noted in 0ca4208 about lib/lib64 checking.
    This updates the corresponding issue in the netcdf library detection
    before it becomes an issue.
    islas committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fe46d4f View commit details
    Browse the repository at this point in the history