Skip to content

Commit

Permalink
docker: deactivate netcdf support
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Sep 8, 2023
1 parent 366d223 commit 960e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/CENTOS_NGEN_RUN.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git submodule update --init --recursive -- extern/pybind11

WORKDIR /ngen

RUN cmake -B /ngen -S .
RUN cmake -DNGEN_WITH_NETCDF:BOOL=OFF -B /ngen -S .

RUN cmake --build . --target ngen

Expand Down

0 comments on commit 960e1ac

Please sign in to comment.