Skip to content

Commit

Permalink
reeneable parallel cython build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Aug 13, 2021
1 parent 2e980b8 commit 33c04f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ if buildAll || hasArg cudf; then

cd ${REPODIR}/python/cudf
if [[ ${INSTALL_TARGET} != "" ]]; then
PARALLEL_LEVEL=${PARALLEL_LEVEL} python setup.py build_ext --inplace -j${PARALLEL_LEVEL}
python setup.py install --single-version-externally-managed --record=record.txt
PARALLEL_LEVEL=${PARALLEL_LEVEL} python setup.py build_ext -j${PARALLEL_LEVEL} install --single-version-externally-managed --record=record.txt
else
PARALLEL_LEVEL=${PARALLEL_LEVEL} python setup.py build_ext --inplace -j${PARALLEL_LEVEL} --library-dir=${LIBCUDF_BUILD_DIR}
fi
Expand Down

0 comments on commit 33c04f4

Please sign in to comment.