summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 16:13:55 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commitf9354e88d624ba12224c5d52fa3495dd81b1af1a (patch)
treefaf224618e0f2e9d19d932499559f1647b18df04 /graphics
parent815c6c78d7e0fcff200330be83c87d32c6634859 (diff)
graphics/openexr: use CMAKE_*
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/openexr/BUILD2
-rwxr-xr-xgraphics/openexr/CONFIGURE1
-rwxr-xr-xgraphics/openexr/DEPENDS2
-rwxr-xr-xgraphics/openexr/DETAILS1
-rw-r--r--graphics/openexr/HISTORY3
5 files changed, 7 insertions, 2 deletions
diff --git a/graphics/openexr/BUILD b/graphics/openexr/BUILD
index aeb88203fa..dd0b20991b 100755
--- a/graphics/openexr/BUILD
+++ b/graphics/openexr/BUILD
@@ -5,4 +5,4 @@ fi &&
OPTS+=" -DBUILD_SHARED_LIBS=on" &&
OPTS+=" -DOPENEXR_NAMESPACE_VERSIONING=off" &&
-CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread" cmake_build
+CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread" default_build
diff --git a/graphics/openexr/CONFIGURE b/graphics/openexr/CONFIGURE
index 7d1b2375b5..02790d4e01 100755
--- a/graphics/openexr/CONFIGURE
+++ b/graphics/openexr/CONFIGURE
@@ -1 +1,2 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
config_query RESTEST "Build IlmImf damaged input resilience test?" n
diff --git a/graphics/openexr/DEPENDS b/graphics/openexr/DEPENDS
index 84f6e2095e..9a7d192a58 100755
--- a/graphics/openexr/DEPENDS
+++ b/graphics/openexr/DEPENDS
@@ -1,5 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
-depends cmake &&
depends PYTHON &&
depends boost -sub PYTHON &&
depends ilmbase
diff --git a/graphics/openexr/DETAILS b/graphics/openexr/DETAILS
index 89b6f5802e..5e97356026 100755
--- a/graphics/openexr/DETAILS
+++ b/graphics/openexr/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=openexr
VERSION=2.4.0
SECURITY_PATCH=1
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index 2600efaa5b..594aaad70f 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-09-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.4.0