Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ncbuilder

This CMake script allows one to build NetCDF in configurations friendly to weather prediction and earth system models. You can use it like this:

cmake -S . -B build \
  -DCMAKE_INSTALL_PREFIX=/path/to/lib/install/prefix \
  -DCMAKE_BUILD_TYPE=Release \
  -DBUILD_SHARED_LIBS=ON \
  -DENABLE_PARALLEL=ON \
  -DENABLE_PNETCDF=ON \
  -DENABLE_FORTRAN=ON \
  -G Ninja
cd build
ninja

About

A simple CMake build system to build NetCDF libraries

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages