Skip to content

Commit

Permalink
Removed unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 24, 2024
1 parent 01f98ca commit d382b67
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,6 @@ fi

# If clean or uninstall targets given, run them prior to any other steps
if hasArg uninstall; then
# TODO: can lines 119-128 be removed since this is just a Python project?
if [[ "$INSTALL_PREFIX" != "" ]]; then
rm -rf ${INSTALL_PREFIX}/include/cugraph
rm -f ${INSTALL_PREFIX}/lib/libcugraph.so
rm -rf ${INSTALL_PREFIX}/include/cugraph_c
rm -f ${INSTALL_PREFIX}/lib/libcugraph_c.so
rm -rf ${INSTALL_PREFIX}/include/cugraph_etl
rm -f ${INSTALL_PREFIX}/lib/libcugraph_etl.so
rm -rf ${INSTALL_PREFIX}/lib/cmake/cugraph
rm -rf ${INSTALL_PREFIX}/lib/cmake/cugraph_etl
fi
# uninstall nx-cugraph
# FIXME: if multiple versions of these packages are installed, this only
# removes the latest one and leaves the others installed. build.sh uninstall
# can be run multiple times to remove all of them, but that is not obvious.
Expand Down

0 comments on commit d382b67

Please sign in to comment.