File tree 8 files changed +7
-23
lines changed
8 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 62
62
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
63
63
yum install -y llvm libevent-devel openssl-devel &&
64
64
bash ci-utils/install_cuda_yum.sh 11 &&
65
- bash ci-utils/install_arrow_yum.sh &&
66
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
65
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
67
66
mkdir -p /tmp/nyxus_bld &&
68
67
cp -r local_install /tmp/nyxus_bld
69
68
CIBW_BEFORE_ALL_WINDOWS : nvcc -V &&
Original file line number Diff line number Diff line change 62
62
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
63
63
yum install -y llvm libevent-devel openssl-devel &&
64
64
bash ci-utils/install_cuda_yum.sh 12 &&
65
- bash ci-utils/install_arrow_yum.sh &&
66
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
65
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
67
66
mkdir -p /tmp/nyxus_bld &&
68
67
cp -r local_install /tmp/nyxus_bld
69
68
CIBW_BEFORE_ALL_WINDOWS : nvcc -V &&
Original file line number Diff line number Diff line change 50
50
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo &&
51
51
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
52
52
yum install -y llvm libevent-devel openssl-devel &&
53
- bash ci-utils/install_arrow_yum.sh &&
54
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
53
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
55
54
mkdir -p /tmp/nyxus_bld &&
56
55
cp -r local_install /tmp/nyxus_bld
57
56
CIBW_BEFORE_ALL_WINDOWS : ci-utils\install_prereq_win.bat &&
Original file line number Diff line number Diff line change 64
64
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
65
65
yum install -y llvm libevent-devel openssl-devel &&
66
66
bash ci-utils/install_cuda_yum.sh 11 &&
67
- bash ci-utils/install_arrow_yum.sh &&
68
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
67
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
69
68
mkdir -p /tmp/nyxus_bld &&
70
69
cp -r local_install /tmp/nyxus_bld
71
70
CIBW_BEFORE_ALL_WINDOWS : nvcc -V &&
Original file line number Diff line number Diff line change 63
63
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
64
64
yum install -y llvm libevent-devel openssl-devel &&
65
65
bash ci-utils/install_cuda_yum.sh 12 &&
66
- bash ci-utils/install_arrow_yum.sh &&
67
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
66
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
68
67
mkdir -p /tmp/nyxus_bld &&
69
68
cp -r local_install /tmp/nyxus_bld
70
69
CIBW_BEFORE_ALL_WINDOWS : nvcc -V &&
Original file line number Diff line number Diff line change 52
52
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo &&
53
53
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
54
54
yum install -y llvm libevent-devel openssl-devel &&
55
- bash ci-utils/install_arrow_yum.sh &&
56
- bash ci-utils/install_prereq_linux.sh --build_arrow no &&
55
+ bash ci-utils/install_prereq_linux.sh --build_arrow yes &&
57
56
mkdir -p /tmp/nyxus_bld &&
58
57
cp -r local_install /tmp/nyxus_bld
59
58
CIBW_BEFORE_ALL_WINDOWS : ci-utils\install_prereq_win.bat &&
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -245,8 +245,7 @@ if [[ $BUILD_ARROW_DEP -eq 1 ]]; then
245
245
cd build
246
246
cmake -DCMAKE_INSTALL_PREFIX=../../../" $LOCAL_INSTALL_DIR " / \
247
247
-DCMAKE_PREFIX_PATH=../../../" $LOCAL_INSTALL_DIR " / \
248
- -DCMAKE_INSTALL_LIBDIR=lib \
249
- -DCMAKE_BUILD_TYPE=Release \
248
+ -DARROW_OPTIONAL_INSTALL=ON \
250
249
-DARROW_COMPUTE=ON \
251
250
-DARROW_CSV=ON \
252
251
-DARROW_DATASET=ON \
You can’t perform that action at this time.
0 commit comments