<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/18de23f77d1a8512394b9cab0a86190223f7344f">https://github.com/macports/macports-ports/commit/18de23f77d1a8512394b9cab0a86190223f7344f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 18de23f77d1a8512394b9cab0a86190223f7344f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Nov 9 04:32:06 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> openimageio: fix Python site directory
</span>---
graphics/openimageio/Portfile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/openimageio/Portfile b/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95c2112..5e40864 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup cxx11 1.1
</span> PortGroup active_variants 1.1
github.setup OpenImageIO oiio 1.8.13
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> name openimageio
categories graphics
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,8 @@ variant python27 description {Build the Python 2.7 bindings} conflicts python36
</span> depends_lib-append port:python27
configure.args-append \
-DPYTHON_VERSION=2.7 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_SITE_DIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7
</span> require_active_variants boost python27
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +66,8 @@ variant python36 description {Build the Python 3.6 bindings} conflicts python27
</span> depends_lib-append port:python36
configure.args-append \
-DPYTHON_VERSION=3.6 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_SITE_DIR=${frameworks_dir}/Python.framework/Versions/3.6/lib/python3.6
</span> require_active_variants boost python36
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +75,8 @@ variant python37 description {Build the Python 3.7 bindings} conflicts python27
</span> depends_lib-append port:python37
configure.args-append \
-DPYTHON_VERSION=3.7 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPYTHON_SITE_DIR=${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7
</span> require_active_variants boost python37
}
</pre><pre style='margin:0'>
</pre>