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

Pull out FindPNETCDF CMake module #2841

Merged
merged 15 commits into from
Mar 12, 2024
Merged

Pull out FindPNETCDF CMake module #2841

merged 15 commits into from
Mar 12, 2024

Commits on Jan 17, 2024

  1. CMake: Move pnetcdf detection to FindPNETCDF cmake module

    Also:
    - add back call to `include_directories` for PnetCDF
    - ensure `MPI` is found for PnetCDF with serial HDF5
    ZedThree committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    eccbd64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20954a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    425d38a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e728555 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd6421d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 24, 2024

  1. Merge branch 'main' into find_pnetcdf

    * main:
      Escape a character causing a doxygen error.
      Updated release notes.
      Added a comment block for future reference.
      more syntax fixes
      Update CMakeLists.txt
      CMake: Find HDF5 header we can safely include for other checks
      moving functions and macros to new file, lowercase things
      Update release notes.
      lowercase
      lower case
      lowercase
      moving functions and macros to a file
      CMake: Add support for UNITY_BUILD
      Change signature of `nczm_sortenvv` to take `size_t`
      Try to more consistently use `size_t` for argument of `nclistlength`
      Try to more consistently use `size_t` for `nclistget` index argument
      Include header for `size_t` in `nclist.h`
    ZedThree committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a33ba11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a689a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4835e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88dc9c View commit details
    Browse the repository at this point in the history
  5. CMake: Set feature variable rather than erroring in FindPNETCDF

    Enables potential reuse of module outside of netCDF
    ZedThree committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ff80ee4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4aa6d38 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    77df436 View commit details
    Browse the repository at this point in the history
  2. Link nc_test against third-party libraries

    Ensures pnetcdf include directory is in path
    ZedThree committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    83e184b View commit details
    Browse the repository at this point in the history