File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ BUILD_DIRS="${LIBRMM_BUILD_DIR} ${RMM_BUILD_DIR}"
3939VERBOSE=" "
4040BUILD_TYPE=Release
4141INSTALL_TARGET=install
42- PYTHON=${PYTHON:= python}
4342CUDA_STATIC_RUNTIME=OFF
4443RAN_CMAKE=0
4544
@@ -130,12 +129,12 @@ if (( NUMARGS == 0 )) || hasArg rmm; then
130129 cd " ${REPODIR} /python"
131130 if [[ ${INSTALL_TARGET} != " " ]]; then
132131 echo " building rmm..."
133- ${PYTHON} setup.py build_ext --inplace
132+ python setup.py build_ext --inplace
134133 echo " installing rmm..."
135- ${PYTHON} setup.py install --single-version-externally-managed --record=record.txt
134+ python setup.py install --single-version-externally-managed --record=record.txt
136135 else
137136 echo " building rmm..."
138- ${PYTHON} setup.py build_ext --inplace --library-dir=" ${LIBRMM_BUILD_DIR} "
137+ python setup.py build_ext --inplace --library-dir=" ${LIBRMM_BUILD_DIR} "
139138 fi
140139
141140fi
You can’t perform that action at this time.
0 commit comments