Skip to content

Commit

Permalink
Add S3 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored and Klaus Zimmermann committed Jul 6, 2023
1 parent 3435c60 commit 02fc7fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ cmake -LAH -G "NMake Makefiles" ^
-DENABLE_BYTERANGE=ON ^
-DENABLE_NCZARR=on ^
-DENABLE_NCZARR_ZIP=on ^
-DENABLE_NCZARR_S3=off ^
-DENABLE_NCZARR_S3_TESTS=off ^
-DENABLE_NCZARR_S3=on ^
-DENABLE_NCZARR_S3_TESTS=on ^
-DENABLE_S3_SDK=on ^
-DHDF5_C_LIBRARY="%LIBRARY_LIB:\=/%/hdf5.lib" ^
-DHDF5_HL_LIBRARY="%LIBRARY_LIB:\=/%/hdf5_hl.lib" ^
-DHDF5_INCLUDE_DIR="%LIBRARY_INC:\=/%" ^
Expand Down
5 changes: 3 additions & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ cmake ${CMAKE_ARGS} \
-DENABLE_BYTERANGE=ON \
-DENABLE_NCZARR=on \
-DENABLE_NCZARR_ZIP=on \
-DENABLE_NCZARR_S3=off \
-DENABLE_NCZARR_S3_TESTS=off \
-DENABLE_NCZARR_S3=on \
-DENABLE_NCZARR_S3_TESTS=on \
-DENABLE_S3_SDK=on \
${PARALLEL} \
${SRC_DIR}
make install -j${CPU_COUNT} ${VERBOSE_CM}
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ requirements:
- openssl # [unix]
- zlib
- zstd
- aws-sdk-cpp

test:
commands:
Expand Down

0 comments on commit 02fc7fe

Please sign in to comment.