Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
eeebf96
Enable CUDA support.
pearu Mar 15, 2020
dc43ab2
Move ARROW_CUDA=ON to EXTRA_CMAKE_ARGS
pearu Mar 15, 2020
fc6746e
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.12, and c…
pearu Mar 15, 2020
e23655f
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.12, and c…
pearu Mar 15, 2020
731173d
Enable CUDA conditionally
pearu Mar 17, 2020
59b07e8
Fix tests
pearu Mar 17, 2020
e26fb45
Enable CUDA support - 2nd try
pearu Mar 19, 2020
f268655
Have arrow-cpp and arrow-cpp-cuda packages
pearu Mar 19, 2020
204ed2c
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.14, and c…
pearu Mar 19, 2020
510ae78
Fix to using cuda 9.2. Enabled tests and build number.
pearu Mar 19, 2020
5261bfd
Add about section to subpackage
pearu Mar 19, 2020
f97e246
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.14, and c…
pearu Mar 19, 2020
fbe929c
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.14, and c…
pearu Mar 19, 2020
04f9e34
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.14, and c…
pearu Mar 19, 2020
8f6d54e
Add skip to subpackage
pearu Mar 19, 2020
fbc47c3
Try fixing win build
pearu Mar 20, 2020
29e2ff3
Try fixing win build
pearu Mar 20, 2020
b7d2b7c
Introduce arrow-cpp build strings cuda and cpu.
pearu Mar 23, 2020
cdef6bf
Fix license warning.
pearu Mar 23, 2020
2cefccc
Adjust build string to include package hash and built_ext string.
pearu Mar 23, 2020
6030622
Include cudatoolkit in run_constrained
pearu Mar 23, 2020
9242fde
Add track_features for arrow-cpp cuda build.
pearu Mar 24, 2020
dd1ea6e
Fix bash script bug. Add check for CUDA_HOME.
pearu Mar 24, 2020
2e7da5a
Try determine CUDA_HOME using cuda-gdb path.
pearu Mar 24, 2020
25e482b
Cannot use cuda_enabled in meta.yaml constraints.
pearu Mar 24, 2020
5477942
Disable compiler("cuda") - works locally with CONDA_OVERRIDE_CUDA="9.2"
pearu Mar 24, 2020
fc901b7
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.15, and c…
pearu Mar 24, 2020
c082ea3
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.15, and c…
pearu Mar 24, 2020
6abb49e
merge master
pearu Apr 17, 2020
9f04ffe
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.16, and c…
pearu Apr 17, 2020
67e9353
Rename arrow-cpp-build-ext to arrow-cpp-proc. Add pearu to recipe-mai…
pearu Apr 17, 2020
f5f9874
Use Jinja for better extensibility. Remove conda tools part.
pearu Apr 18, 2020
bf07c1a
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.16, and c…
pearu Apr 18, 2020
5149dc0
Improve skip in build.
pearu Apr 18, 2020
0c9785b
Cannot use Jinja for nvcc
pearu Apr 18, 2020
e99b3ca
MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.16, and c…
pearu Apr 18, 2020
6938495
Fix Windows test
pearu Apr 18, 2020
72289bc
rebase
pearu Apr 20, 2020
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
24 changes: 18 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
boost_cpp:
- '1.72'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '9.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-cuda:9.2
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.28'
libprotobuf:
- '3.11'
lz4_c:
- 1.9.2
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
zstd:
max_pin: x.x.x
python:
- 3.6.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
- 1.4.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
boost_cpp:
- '1.72'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '9.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-cuda:9.2
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.28'
libprotobuf:
- '3.11'
lz4_c:
- 1.9.2
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
zstd:
max_pin: x.x.x
python:
- 3.7.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
- 1.4.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
boost_cpp:
- '1.72'
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '9.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-cuda:9.2
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.28'
libprotobuf:
- '3.11'
lz4_c:
- 1.9.2
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
zstd:
max_pin: x.x.x
python:
- 3.8.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
- 1.4.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down Expand Up @@ -44,6 +48,9 @@ python:
- 3.6.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down Expand Up @@ -44,6 +48,9 @@ python:
- 3.7.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down Expand Up @@ -44,6 +48,9 @@ python:
- 3.8.* *_cpython
snappy:
- '1'
zip_keys:
- - cuda_compiler_version
- docker_image
zlib:
- '1.2'
zstd:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading