Skip to content

Commit

Permalink
[Cylon] Update GCYLON yml
Browse files Browse the repository at this point in the history
Signed-off-by: Arup Sarker <[email protected]>
  • Loading branch information
arupcsedu committed Apr 22, 2024
1 parent c4f674f commit 74e6c94
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ build_gcylon() {

# set install path to conda directory if not already set
INSTALL_PATH=${INSTALL_PATH:=${PREFIX:=${CONDA_PREFIX}}}
export CUDA_HOME=$CONDA_PREFIX/bin

echo "SOURCE_DIR: ${SOURCE_DIR}"
BUILD_PATH=$(pwd)/build
Expand Down
3 changes: 3 additions & 0 deletions conda/environments/cylon_MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dependencies:
- pytest
- pytest-mpi
- mpi4py
- gcc=11.4
- gxx=11.4
- gxx_linux-64=11.4
5 changes: 4 additions & 1 deletion conda/environments/cylon_NoUCX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- arrow-cpp=14.0.2
- pyarrow=14.0.2
- glog
- openmpi=4.1.3=ha1ae619_105
- openmpi=4.1.4
- cython>=0.29.31,<3
- numpy<1.24.4
- pandas>=1.0,<2.0.0
Expand All @@ -18,3 +18,6 @@ dependencies:
- pytest
- pytest-mpi
- mpi4py
- gcc=11.4
- gxx=11.4
- gxx_linux-64=11.4
20 changes: 11 additions & 9 deletions conda/environments/gcylon.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
name: gcylon_dev
channels:
- rapidsai
- conda-forge
- nvidia
- nvidia/label/cuda-12.2.0
- conda-forge
- defaults
dependencies:
- python>=3.8,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=14.0.2
- pyarrow=14.0.2
- cython>=0.29.31,<3
- python=3.9
- cudf=24.04
- cuda-version=12.2
#- pytorch
- cudatoolkit
- cmake>=3.23.1
#- arrow-cpp=14.0.2
#- pyarrow=14.0.2
- cython
- glog
- openmpi=4.1.4
- ucx>=1.12.1
- numpy<1.24.4
- pandas>=1.0,<2.0.0
- fsspec>=0.6.0
- numpy
- pandas
- fsspec
- setuptools
# these are for running tests only,
# they are not needed for using pygcylon or compiling it
Expand Down
3 changes: 3 additions & 0 deletions conda/environments/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dependencies:
- pytest
- pytest-mpi
- mpi4py
- gcc=11.4
- gxx=11.4
- gxx_linux-64=11.4

0 comments on commit 74e6c94

Please sign in to comment.