aboutsummaryrefslogtreecommitdiff
path: root/math/py-python-fcl
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-11-12 20:42:24 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-11-12 20:42:24 +0000
commit27a9175e17479e0f797a8df582ae0ece2e43ca2a (patch)
treefadcf76496f2ea444ef11487aec1eb5c553c40f5 /math/py-python-fcl
parent1c7d7d4d723e109cbe47158acb1519563e6236f8 (diff)
downloadports-27a9175e17479e0f797a8df582ae0ece2e43ca2a.tar.gz
ports-27a9175e17479e0f797a8df582ae0ece2e43ca2a.zip
Convert to USES=eigen
PR: 250949 Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=554988
Diffstat (limited to 'math/py-python-fcl')
-rw-r--r--math/py-python-fcl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/py-python-fcl/Makefile b/math/py-python-fcl/Makefile
index 266e2393c3a9..c4e0f60320de 100644
--- a/math/py-python-fcl/Makefile
+++ b/math/py-python-fcl/Makefile
@@ -12,14 +12,12 @@ COMMENT= Python bindings for the Flexible Collision Library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-NEEDED_DEPENDS= ${PYNUMPY} \
- eigen>0:math/eigen3
LIB_DEPENDS= libfcl05.so:math/fcl05 \
liboctomap.so:math/octomap
-BUILD_DEPENDS= ${NEEDED_DEPENDS}
-RUN_DEPENDS= ${NEEDED_DEPENDS}
+BUILD_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYNUMPY}
-USES= compiler:c++11-lang python
+USES= compiler:c++11-lang eigen:3 python
USE_PYTHON= distutils autoplist concurrent cython