Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 19:24:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547565 - head/math/py-yt
Message-ID:  <202009041924.084JOtC9038401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]|" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041924.084JOtC9038401>