mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/py-igraph: drop unneeded _DEPENDS
Approved by: portmgr@ (blanket) Related to: PR: 279961
This commit is contained in:
@@ -13,13 +13,11 @@ LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= cmake:devel/cmake-core \
|
||||
${LOCALBASE}/bin/flex:textproc/flex
|
||||
LIB_DEPENDS= libigraph.so:math/igraph \
|
||||
libarpack.so:math/arpack-ng \
|
||||
LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
||||
libblas.so:math/blas \
|
||||
libglpk.so:math/glpk \
|
||||
libgmp.so:math/gmp \
|
||||
liblapack.so:math/lapack \
|
||||
libopenblas.so:math/openblas
|
||||
liblapack.so:math/lapack
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR}
|
||||
TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
Reference in New Issue
Block a user