Skip to content

Commit

Permalink
Enable NCZARR_ZIP support
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Zimmermann committed Jul 3, 2023
1 parent a6ad3b6 commit e0a784a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cmake ${CMAKE_ARGS} \
-DENABLE_EXTERNAL_SERVER_TESTS=OFF \
${PARALLEL} \
-DENABLE_NCZARR=on \
-DENABLE_NCZARR_ZIP=on \
-DENABLE_NCZARR_S3=off \
-DENABLE_NCZARR_S3_TESTS=off \
${SRC_DIR}
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ requirements:
- libcurl
# - libjpeg-turbo
- libxml2
# - libzip
- libzip
- zlib
- zstd
run:
Expand Down

0 comments on commit e0a784a

Please sign in to comment.