@@ -118,17 +118,27 @@ This is the recommended way of building all of the BlazingSQL components and dep
118
118
conda create -n bsql python=$PYTHON_VERSION
119
119
conda activate bsql
120
120
conda install --yes -c conda-forge spdlog=1.7.0 google-cloud-cpp=1.16 ninja
121
+ <<< <<< < HEAD
121
122
conda install --yes -c rapidsai -c nvidia -c conda-forge -c defaults dask-cuda=0.18 dask-cudf=0.18 cudf=0.18 ucx-py=0.18 ucx-proc=* =gpu python=3.7 cudatoolkit=$CUDA_VERSION
122
123
conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive tqdm ipywidgets
124
+ =======
125
+ conda install --yes -c rapidsai -c nvidia -c conda-forge -c defaults dask-cuda=0.17 dask-cudf=0.17 cudf=0.17 ucx-py=0.17 ucx-proc=* =gpu python=3.7 cudatoolkit=$CUDA_VERSION
126
+ conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive
127
+ >>>>>>> main
123
128
```
124
129
Where $CUDA_VERSION is is 10.1, 10.2 or 11.0 and $PYTHON_VERSION is 3.7 or 3.8
125
130
* For example for CUDA 10.1 and Python 3.7:*
126
131
``` bash
127
132
conda create -n bsql python=3.7
128
133
conda activate bsql
129
134
conda install --yes -c conda-forge spdlog=1.7.0 google-cloud-cpp=1.16 ninja
135
+ <<< <<< < HEAD
130
136
conda install --yes -c rapidsai -c nvidia -c conda-forge -c defaults dask-cuda=0.18 dask-cudf=0.18 cudf=0.18 ucx-py=0.18 ucx-proc=* =gpu python=3.7 cudatoolkit=10.1
131
137
conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive tqdm ipywidgets
138
+ =======
139
+ conda install --yes -c rapidsai -c nvidia -c conda-forge -c defaults dask-cuda=0.17 dask-cudf=0.17 cudf=0.17 ucx-py=0.17 ucx-proc=* =gpu python=3.7 cudatoolkit=10.1
140
+ conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive
141
+ >>>>>>> main
132
142
```
133
143
134
144
### Build
@@ -153,17 +163,27 @@ $CONDA_PREFIX now has a folder for the blazingsql repository.
153
163
conda create -n bsql python=$PYTHON_VERSION
154
164
conda activate bsql
155
165
conda install --yes -c conda-forge spdlog=1.7.0 google-cloud-cpp=1.16 ninja
166
+ <<< <<< < HEAD
156
167
conda install --yes -c rapidsai-nightly -c nvidia -c conda-forge -c defaults dask-cuda=0.19 dask-cudf=0.19 cudf=0.19 ucx-py=0.19 ucx-proc=* =gpu python=3.7 cudatoolkit=$CUDA_VERSION
157
168
conda install --yes -c conda-forge cmake=3.18 gtest==1.10.0=h0efe328_4 gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive tqdm ipywidgets
169
+ =======
170
+ conda install --yes -c rapidsai-nightly -c nvidia -c conda-forge -c defaults dask-cuda=0.18 dask-cudf=0.18 cudf=0.18 ucx-py=0.18 ucx-proc=* =gpu python=3.7 cudatoolkit=$CUDA_VERSION
171
+ conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive
172
+ >>>>>>> main
158
173
```
159
174
Where $CUDA_VERSION is is 10.1, 10.2 or 11.0 and $PYTHON_VERSION is 3.7 or 3.8
160
175
* For example for CUDA 10.1 and Python 3.7:*
161
176
``` bash
162
177
conda create -n bsql python=3.7
163
178
conda activate bsql
164
179
conda install --yes -c conda-forge spdlog=1.7.0 google-cloud-cpp=1.16 ninja
180
+ <<< <<< < HEAD
165
181
conda install --yes -c rapidsai-nightly -c nvidia -c conda-forge -c defaults dask-cuda=0.19 dask-cudf=0.19 cudf=0.19 ucx-py=0.19 ucx-proc=* =gpu python=3.7 cudatoolkit=10.1
166
182
conda install --yes -c conda-forge cmake=3.18 gtest==1.10.0=h0efe328_4 gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive tqdm ipywidgets
183
+ =======
184
+ conda install --yes -c rapidsai-nightly -c nvidia -c conda-forge -c defaults dask-cuda=0.18 dask-cudf=0.18 cudf=0.18 ucx-py=0.18 ucx-proc=* =gpu python=3.7 cudatoolkit=10.1
185
+ conda install --yes -c conda-forge cmake=3.18 gtest gmock cppzmq cython=0.29 openjdk=8.0 maven jpype1 netifaces pyhive
186
+ >>>>>>> main
167
187
```
168
188
169
189
### Build
0 commit comments