aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-02-11 01:26:56 +0800
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-02-11 01:26:56 +0800
commit7c7b3169a26e6a562f2e06ffbad5826823439d36 (patch)
tree8dc4711069aae415952efa9e0145c9af2a82ca4b /math
parent82340fc6a385d8414aa072d80c3f1b1bfb50a46e (diff)
downloadfreebsd-ports-gnome-7c7b3169a26e6a562f2e06ffbad5826823439d36.tar.gz
freebsd-ports-gnome-7c7b3169a26e6a562f2e06ffbad5826823439d36.tar.zst
freebsd-ports-gnome-7c7b3169a26e6a562f2e06ffbad5826823439d36.zip
- Update `graphics/embree' to the latest version 3.8.0 (unfortunately,
the new API is not backward compatible with the version 2 API; this was required to remove various deprecated API functions that had accumulated over time, fix suboptimal design decisions and mistakes, clean up inconsistent naming, increase flexibility, etc. - Install tutorials as port examples; install documentation files into the standard location instead of overriding the default DOCSDIR - Drop no longer used `graphics/ImageMagick' dependency: BMP, GIF, PNG, TGA, and TIFF formats are handled by the OpenImageIO now, but it is somewhat heavy dependency and is disabled upstream by default, so do the same (au contraire, JPEG and PNG are enabled unconditionally as being backed by very common and light packages) PR: 239314 (based on)
Diffstat (limited to 'math')
-rw-r--r--math/py-yt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile
index f6f7c53dcdde..282bd748ead0 100644
--- a/math/py-yt/Makefile
+++ b/math/py-yt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yt
DISTVERSION= 3.5.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ USES= dos2unix localbase python
USE_PYTHON= distutils cython autoplist concurrent
OPTIONS_DEFINE= EMBREE
-OPTIONS_DEFAULT= EMBREE
+#OPTIONS_DEFAULT= EMBREE
EMBREE_DESC= Embree ray-tracing engine support
EMBREE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR}