svn commit: r547565 - head/math/py-yt

Rene Ladan rene at FreeBSD.org
Fri Sep 4 19:24:55 UTC 2020


Author: rene
Date: Fri Sep  4 19:24:54 2020
New Revision: 547565
URL: https://svnweb.freebsd.org/changeset/ports/547565

Log:
  math/py-yt: remove optional non-default support for expired graphics/py-pyembree

Modified:
  head/math/py-yt/Makefile

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Fri Sep  4 19:17:11 2020	(r547564)
+++ head/math/py-yt/Makefile	Fri Sep  4 19:24:54 2020	(r547565)
@@ -22,23 +22,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py
 USES=		dos2unix localbase python:3.5+
 USE_PYTHON=	distutils cython autoplist concurrent
 
-OPTIONS_DEFINE=	EMBREE
-#OPTIONS_DEFAULT=	EMBREE
-EMBREE_DESC=	Embree ray-tracing engine support
-
-EMBREE_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR}
-EMBREE_LIB_DEPENDS=	libembree.so:graphics/embree
-EMBREE_RUN_DEPENDS=	${EMBREE_BUILD_DEPENDS}
-
-post-patch-EMBREE-on:
-	@${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|True|" \
-		${WRKSRC}/setup.py
-
-post-patch-EMBREE-off:
+post-patch:
 	@${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|False|" \
 		${WRKSRC}/setup.py
-
-post-patch:
 	@${REINPLACE_CMD} -e "s|check_for_openmp() is True|True|" \
 		${WRKSRC}/setup.py
 	@${REINPLACE_CMD} -e "s|\['-fopenmp', filename\]|['-I${LOCALBASE}/include', '-L${LOCALBASE}/lib', '-lm', '-fopenmp', filename]|" \


More information about the svn-ports-all mailing list