Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ cmake -G "Ninja" ^
-DARROW_PARQUET:BOOL=ON ^
-DPARQUET_BUILD_EXECUTABLES:BOOL=ON ^
-DARROW_S3:BOOL=ON ^
-DARROW_SIMD_LEVEL:STRING=NONE ^
-DARROW_SIMD_LEVEL:STRING=DEFAULT ^
-DARROW_RUNTIME_SIMD_LEVEL=MAX ^
-DARROW_SUBSTRAIT:BOOL=ON ^
-DARROW_USE_GLOG:BOOL=ON ^
-DARROW_WITH_BROTLI:BOOL=ON ^
Expand Down
3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ cmake -GNinja \
-DPARQUET_BUILD_EXECUTABLES=ON \
-DPARQUET_REQUIRE_ENCRYPTION=ON \
-DARROW_S3=ON \
-DARROW_SIMD_LEVEL=NONE \
-DARROW_SIMD_LEVEL=DEFAULT \
-DARROW_RUNTIME_SIMD_LEVEL=MAX \
-DARROW_SUBSTRAIT=ON \
-DARROW_USE_GLOG=ON \
-DARROW_USE_LD_GOLD=ON \
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source:
folder: cpp/submodules/parquet-testing

build:
number: 2
number: 3
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
Expand Down