diff options
Diffstat (limited to 'math/dgl/Makefile')
-rw-r--r-- | math/dgl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/dgl/Makefile b/math/dgl/Makefile index 0af68a613b99..d84b0906e33f 100644 --- a/math/dgl/Makefile +++ b/math/dgl/Makefile @@ -45,7 +45,7 @@ BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} PLIST_FILES= lib/libdgl_metis.so # workaround for https://github.com/dmlc/dgl/issues/5666 OPTIONS_RADIO= BACKEND -OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW MXNET +OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW OPTIONS_DEFAULT= PYTORCH PYTORCH_DESC= Use PyTorch backend @@ -57,10 +57,6 @@ TENSORFLOW_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py TENSORFLOW_MAKE_ENV= DGLBACKEND=tensorflow TENSORFLOW_CMAKE_ON= -DBUILD_SPARSE=OFF -MXNET_DESC= Use MXNET backend -MXNET_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}mxnet>0:misc/py-mxnet@${PY_FLAVOR} -MXNET_MAKE_ENV= DGLBACKEND=mxnet - post-install: # workaround for https://github.com/dmlc/dgl/issues/5666 ${INSTALL_LIB} ${BUILD_WRKSRC}/third_party/METIS/libmetis/libdgl_metis.so ${STAGEDIR}${PREFIX}/lib |