2020-03-25 02:00:13 +01:00
|
|
|
PORTNAME= python-fcl
|
|
|
|
PORTVERSION= 0.0.12
|
2021-09-16 01:49:10 +02:00
|
|
|
PORTREVISION= 2
|
2020-03-25 02:00:13 +01:00
|
|
|
CATEGORIES= math python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2020-03-25 02:00:13 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
|
|
COMMENT= Python bindings for the Flexible Collision Library
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://libraries.io/pypi/python-fcl
|
2020-03-25 02:00:13 +01:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfcl05.so:math/fcl05 \
|
|
|
|
liboctomap.so:math/octomap
|
2020-11-12 21:42:24 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2020-03-25 02:00:13 +01:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= compiler:c++11-lang eigen:3 python:3.6+
|
2020-03-25 02:00:13 +01:00
|
|
|
|
|
|
|
USE_PYTHON= distutils autoplist concurrent cython
|
|
|
|
|
|
|
|
PYDISTUTILS_BUILD_TARGET= build_ext
|
|
|
|
|
|
|
|
post-install:
|
2020-12-24 14:46:01 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fcl/fcl*.so
|
2020-03-25 02:00:13 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|