Skip to content

Remove FindNetcdf and FindPIO files #149

@anton-seaice

Description

@anton-seaice

@SeanBryan51 has added exports to the ParallelIO cmake, see NCAR/ParallelIO#2012. This should be in the next release (e.g. >2.6.6 )

So, in the access3 packages (share, mom6, cice, ww3) we should be able to remove FindPIO.cmake files.

In addition, we may be able to remove the FindNetCDF.cmake files and use pkgconf, e.g.:

something like this:

  if (NOT NetCDF_Fortran_FOUND)
    include(FindPkgConfig)
    pkg_check_modules(NetCDF_Fortran REQUIRED IMPORTED_TARGET "netcdf-fortran")
  endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions