Skip to content

Commit

Permalink
Remove cugraph_equivariance
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Nov 18, 2024
1 parent 12a3102 commit a3c9531
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ VALIDARGS="
cugraph-service
cugraph-pyg
cugraph-dgl
<<<<<<< HEAD
nx-cugraph
=======
cugraph-equivariant
>>>>>>> 66d132461 (Remove `nx-cugraph` from this repo (#4756))
cpp-mgtests
cpp-mtmgtests
docs
Expand Down Expand Up @@ -63,11 +58,6 @@ HELP="$0 [<target> ...] [<flag> ...]
cugraph-service - build the cugraph-service_client and cugraph-service_server Python package
cugraph-pyg - build the cugraph-pyg Python package
cugraph-dgl - build the cugraph-dgl extensions for DGL
<<<<<<< HEAD
nx-cugraph - build the nx-cugraph Python package
=======
cugraph-equivariant - build the cugraph-equivariant Python package
>>>>>>> 66d132461 (Remove `nx-cugraph` from this repo (#4756))
cpp-mgtests - build libcugraph and libcugraph_etl MG tests. Builds MPI communicator, adding MPI as a dependency.
cpp-mtmgtests - build libcugraph MTMG tests. Adds UCX as a dependency (temporary).
docs - build the docs
Expand Down Expand Up @@ -218,11 +208,6 @@ if hasArg uninstall; then
# 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.
pip uninstall -y pylibcugraph cugraph cugraph-service-client cugraph-service-server \
<<<<<<< HEAD
cugraph-dgl cugraph-pyg nx-cugraph
=======
cugraph-dgl cugraph-pyg cugraph-equivariant
>>>>>>> 66d132461 (Remove `nx-cugraph` from this repo (#4756))
fi

if hasArg clean; then
Expand Down Expand Up @@ -358,24 +343,6 @@ if hasArg cugraph-dgl || hasArg all; then
fi
fi

<<<<<<< HEAD
# Build and install the nx-cugraph Python package
if hasArg nx-cugraph || hasArg all; then
if hasArg --clean; then
cleanPythonDir ${REPODIR}/python/nx-cugraph
else
python ${PYTHON_ARGS_FOR_INSTALL} ${REPODIR}/python/nx-cugraph
=======
# Build and install the cugraph-equivariant Python package
if hasArg cugraph-equivariant || hasArg all; then
if hasArg --clean; then
cleanPythonDir ${REPODIR}/python/cugraph-equivariant
else
python ${PYTHON_ARGS_FOR_INSTALL} ${REPODIR}/python/cugraph-equivariant
>>>>>>> 66d132461 (Remove `nx-cugraph` from this repo (#4756))
fi
fi

# Build the docs
if hasArg docs || hasArg all; then
if [ ! -d ${LIBCUGRAPH_BUILD_DIR} ]; then
Expand Down

0 comments on commit a3c9531

Please sign in to comment.