77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
29 lines
674 B
Makefile
29 lines
674 B
Makefile
PORTNAME= python-fcl
|
|
PORTVERSION= 0.0.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Python bindings for the Flexible Collision Library
|
|
WWW= https://libraries.io/pypi/python-fcl
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfcl05.so:math/fcl05 \
|
|
liboctomap.so:math/octomap
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= compiler:c++11-lang eigen:3 python:3.6+
|
|
|
|
USE_PYTHON= distutils autoplist concurrent cython
|
|
|
|
PYDISTUTILS_BUILD_TARGET= build_ext
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fcl/fcl*.so
|
|
|
|
.include <bsd.port.mk>
|