freebsd-ports/math/py-python-fcl/Makefile

30 lines
674 B
Makefile
Raw Normal View History

PORTNAME= python-fcl
PORTVERSION= 0.0.12
2021-09-16 01:49:10 +02:00
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>