Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (14179639d3ae14a1aa3d2f7f30a52ce4bd891d9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (14179639d3ae14a1aa3d2f7f30a52ce4bd891d9b)
  • Date: Mon, 3 Jun 2019 17:28:03 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/openexr/BUILD | 3 ++-
graphics/openexr/DEPENDS | 3 ++-
graphics/openexr/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 14179639d3ae14a1aa3d2f7f30a52ce4bd891d9b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openexr: Depends on the boost python component

diff --git a/graphics/openexr/BUILD b/graphics/openexr/BUILD
index b64f8e9..aeb8820 100755
--- a/graphics/openexr/BUILD
+++ b/graphics/openexr/BUILD
@@ -2,6 +2,7 @@ if [[ $RESTEST == y ]]; then
OPTS="$OPTS -DOPENEXR_RUN_FUZZ_TESTS=on"
fi &&

-OPTS="$OPTS -DOPENEXR_NAMESPACE_VERSIONING=off"
+OPTS+=" -DBUILD_SHARED_LIBS=on" &&
+OPTS+=" -DOPENEXR_NAMESPACE_VERSIONING=off" &&

CXXFLAGS="${CXXFLAGS} -fpermissive" LDFLAGS="${LDFLAGS} -lpthread"
cmake_build
diff --git a/graphics/openexr/DEPENDS b/graphics/openexr/DEPENDS
index 253f07c..84f6e20 100755
--- a/graphics/openexr/DEPENDS
+++ b/graphics/openexr/DEPENDS
@@ -1,4 +1,5 @@
depends -sub CXX gcc &&
depends cmake &&
-depends python &&
+depends PYTHON &&
+depends boost -sub PYTHON &&
depends ilmbase
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index 22a5d04..ad051c6 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,3 +1,7 @@
+2019-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Enabled the use of shared libraries
+ * DEPENDS: Added dependency on boost-python
+
2019-03-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: disable namespace versioning, darktable's buildsystem cannot
deal with this



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (14179639d3ae14a1aa3d2f7f30a52ce4bd891d9b), Ismael Luceno, 06/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page