Skip to content

Commit

Permalink
adding cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 29, 2020
1 parent 94efbbe commit 2928d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: |
which ncdump
ls -l /usr/lib
find / -name libnetcdf.so
ls -l /usr
mkdir build
cd build
cmake -Wno-dev -DNetCDF_C_LIBRARY=/usr/lib -DNetCDF_C_INCLUDE_DIR=/usr/include -DCMAKE_PREFIX_PATH=/usr -DPIO_HDF5_LOGGING=On -DPIO_USE_MALLOC=On -DPIO_ENABLE_LOGGING=On -DPIO_ENABLE_TIMING=Off ..
Expand Down

0 comments on commit 2928d62

Please sign in to comment.