summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2021-05-27 20:48:52 +0200
committerFlorian Franzmann2021-06-01 00:44:20 +0200
commit82e9ab979cf6e54ca496f5e9598c973dc6365634 (patch)
tree73de491f706fc00be9a8d1506c4119d93f5b9268 /graphics
parent490a789c098f3e7bb9fd39916729c01326388257 (diff)
graphics/openexr: fix dependency on boost
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/openexr/BUILD3
-rwxr-xr-xgraphics/openexr/DEPENDS2
-rw-r--r--graphics/openexr/HISTORY5
3 files changed, 9 insertions, 1 deletions
diff --git a/graphics/openexr/BUILD b/graphics/openexr/BUILD
index dd0b20991b..103a9bad8b 100755
--- a/graphics/openexr/BUILD
+++ b/graphics/openexr/BUILD
@@ -4,5 +4,8 @@ fi &&
OPTS+=" -DBUILD_SHARED_LIBS=on" &&
OPTS+=" -DOPENEXR_NAMESPACE_VERSIONING=off" &&
+OPTS+=" -DOPENEXR_INSTALL_PKG_CONFIG=on" &&
+OPTS+=" -DOPENEXR_BUILD_EXAMPLES=off" &&
+OPTS+=" -DOPENEXR_USE_CLANG_TIDY=off" &&
CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread" default_build
diff --git a/graphics/openexr/DEPENDS b/graphics/openexr/DEPENDS
index 9a7d192a58..66526e346e 100755
--- a/graphics/openexr/DEPENDS
+++ b/graphics/openexr/DEPENDS
@@ -1,5 +1,5 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
depends PYTHON &&
-depends boost -sub PYTHON &&
+depends -sub PYTHON boost &&
depends ilmbase
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index dc233c213c..b2d013fed5 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,8 @@
+2021-05-27 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: fix dependency on boost
+ * BUILD: do not build examples, force installation of pkgconfig files,
+ explicitly disable use of clang-tidy
+
2021-02-13 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 2.5.5, SECURITY_PATCH++