Skip to content

Commit

Permalink
try installing system compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 15, 2023
1 parent d1eac13 commit 78566e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_COMPILER_VERSION 9.3.0)
set(CMAKE_CXX_COMPILER_VERSION 9.3.0)

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

Expand Down
5 changes: 3 additions & 2 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ yum install -y nvidia-driver-latest-dkms
yum install -y cuda-toolkit-12-3

rapids-logger "Install GCC"
conda install -y gcc_linux-64
yum install -y centos-release-scl
yum install -y devtoolset-9
source scl_source enable devtoolset-9

rapids-logger "Check conda environment"

conda list

rapids-logger "Build wheel"
Expand Down

0 comments on commit 78566e0

Please sign in to comment.