File tree Expand file tree Collapse file tree
features/src/rapids-build-utils
opt/rapids-build-utils/bin/tmpl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " NVIDIA RAPIDS devcontainer build utilities" ,
33 "id" : " rapids-build-utils" ,
4- "version" : " 26.4.3 " ,
4+ "version" : " 26.4.4 " ,
55 "description" : " A feature to install the RAPIDS devcontainer build utilities" ,
66 "containerEnv" : {
77 "BASH_ENV" : " /etc/bash.bash_env"
Original file line number Diff line number Diff line change 101101 echo " Building ${PY_LIB} wheel" ;
102102 export ${PY_ENV} PATH=" $PATH " ;
103103 local cudaflags=" ${CUDAFLAGS: +$CUDAFLAGS } -t=${n_arch} " ;
104- local build_type=" $( rapids-select-cmake-build-type " ${cmake_args_ [@]} " || echo " Release" ) " ;
104+ local build_type=" $( rapids-select-cmake-build-type " ${cmake_args [@]} " || echo " Release" ) " ;
105105 local nvcc_append_flags=" ${NVCC_APPEND_FLAGS: +$NVCC_APPEND_FLAGS } -t=${n_arch} " ;
106106
107107 CUDAFLAGS=" ${cudaflags} " \
Original file line number Diff line number Diff line change 119119 echo " Installing ${PY_LIB} " ;
120120 export ${PY_ENV} PATH=" $PATH " ;
121121 local cudaflags=" ${CUDAFLAGS: +$CUDAFLAGS } -t=${n_arch} " ;
122- local build_type=" $( rapids-select-cmake-build-type " ${cmake_args_ [@]} " || echo " Release" ) " ;
122+ local build_type=" $( rapids-select-cmake-build-type " ${cmake_args [@]} " || echo " Release" ) " ;
123123 local nvcc_append_flags=" ${NVCC_APPEND_FLAGS: +$NVCC_APPEND_FLAGS } -t=${n_arch} " ;
124124
125125 CUDAFLAGS=" ${cudaflags} " \
You can’t perform that action at this time.
0 commit comments