Skip to content

Commit

Permalink
TPL: netCDF - disable byterange support to eliminate curl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 2, 2024
1 parent 8970de9 commit b737fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TPL/netcdf/runcmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ cmake .. -DCMAKE_C_COMPILER:FILEPATH=${CC} \
-DENABLE_CDF5=ON \
-DENABLE_MMAP:BOOL=ON \
-DENABLE_DAP:BOOL=OFF \
-DENABLE_BYTERANGE:BOOL=OFF \
-DENABLE_V2_API:BOOL=OFF \
-DENABLE_FILTER_TESTING:BOOL=OFF \
-DENABLE_TESTS:BOOL=OFF \
Expand Down

1 comment on commit b737fee

@gsjaardema
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fix or help fix #427

Please sign in to comment.