<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c8cdbf71a637c74118f98e0558dd2890c4811618">https://github.com/macports/macports-ports/commit/c8cdbf71a637c74118f98e0558dd2890c4811618</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c8cdbf7  paraview:  update to version 5.5.0
</span>c8cdbf7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c8cdbf71a637c74118f98e0558dd2890c4811618
</span>Author: Jonathan Stickel <jjstickel@gmail.com>
AuthorDate: Tue May 1 10:38:43 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    paraview:  update to version 5.5.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * update to version 5.5.0
</span><span style='display:block; white-space:pre;color:#404040;'>    * add python36 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    * remove old patch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Note:  I tested successfuly +ffmpeg +python36, including python scripting
</span><span style='display:block; white-space:pre;color:#404040;'>    functionality. However, adding +openmpi did _not_ build. I did not try +mpich.
</span><span style='display:block; white-space:pre;color:#404040;'>    I do not know if +openmpi is broken by this update or whether it was already
</span><span style='display:block; white-space:pre;color:#404040;'>    broken in the previous version.
</span>---
 science/paraview/Portfile                          | 33 ++++++++++++----------
 ...tch-ThirdParty-IceT-vtkicet-CMakeLists.txt.diff | 11 --------
 2 files changed, 18 insertions(+), 26 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/paraview/Portfile b/science/paraview/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ca165d3..7c31ff4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/paraview/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/paraview/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,8 +7,7 @@ PortGroup           qt4 1.0
</span> PortGroup           mpi 1.0
 
 name                paraview
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             5.4.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             5.5.0
</span> 
 categories          science graphics
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,13 +31,9 @@ master_sites        ${homepage}/files/v${branch}/
</span> 
 distname            ParaView-v${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           sha256  390d0f5dc66bf432e202a39b1f34193af4bf8aad2355338fa5e2778ea07a80e4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  3c37c50a0af0e49f9ac961d5a64783b8d0a529a1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#:info:build ld: file not found: @rpath/libIceTMPI.dylib for architecture x86_64
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/OpenFOAM/ThirdParty-dev/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://www.paraview.org/Bug/view.php?id=16001
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles          patch-ThirdParty-IceT-vtkicet-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           sha256  1b619e326ff574de808732ca9a7447e4cd14e94ae6568f55b6581896cd569dff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  3d8b47989bba8664aa781425731088754c0cd35d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    51414419
</span> 
 depends_build-append    port:readline \
     port:netcdf \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,9 +70,6 @@ pre-configure {
</span>        }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#    DPARAVIEW_DO_UNIX_STYLE_INSTALLS:BOOL=ON
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#configure.cxxflags-append                 -DUSE_INTERP_ERRORLINE
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # Some cmake tests will fail with "error: unrecognized option '-arch'" from gcc 4.6 and earlier.
 compilers.choose    fc
 mpi.setup           default -gcc44 -gcc45 -gcc46
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -111,16 +103,27 @@ destroot {
</span> 
 
 # other pythons?
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 description {Add Python 2.7 support.} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 description {Add Python 2.7 support.} {
</span>     depends_lib-append  port:py27-matplotlib
     configure.args-append \
         -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \
         -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
         -DPYTHON_INCLUDE_DIR=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Headers/ \
         -DPYTHON_LIBRARY=${prefix}/lib/libpython2.7.dylib
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description {Add Python 3.6 support.} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:py36-matplotlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \
</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_INCLUDE_DIR=${prefix}/Library/Frameworks/Python.framework/Versions/3.6/Headers/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/3.6/Python \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DVTK_PYTHON_VERSION=3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset python27] || [variant_isset python36]} {
</span>     notes-append\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        "\n Currently Paraview installs as an app, including the Python modules. To use with MacPorts Python, add ${applications_dir}/paraview.app/Contents/Python/:${applications_dir}/paraview.app/Contents/Libraries/ to PYTHONPATH and ${applications_dir}/paraview.app/Contents/Libraries/ to DYLD_LIBRARY_PATH. Also, simultaneous use of Mayavi may result in segfault."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "\n Currently Paraview installs as an app, including the Python modules. To use with MacPorts Python, add ${applications_dir}/paraview.app/Contents/Python/:${applications_dir}/paraview.app/Contents/Libraries/ to PYTHONPATH and ${applications_dir}/paraview.app/Contents/Libraries/ to DYLD_LIBRARY_PATH. Also, simultaneous use of independent vtk libraries, e.g. with Mayavi, may result in segfault."
</span> }
 
 variant ffmpeg description {Add support for FFMPEG} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,7 +131,7 @@ variant ffmpeg description {Add support for FFMPEG} {
</span>    configure.args-append -DPARAVIEW_ENABLE_FFMPEG:BOOL=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants-append    +python27 +ffmpeg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants-append +ffmpeg
</span> 
 livecheck.type      regex
 livecheck.url       ${homepage}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/paraview/files/patch-ThirdParty-IceT-vtkicet-CMakeLists.txt.diff b/science/paraview/files/patch-ThirdParty-IceT-vtkicet-CMakeLists.txt.diff
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 696ea9e..0000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/paraview/files/patch-ThirdParty-IceT-vtkicet-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- ThirdParty/IceT/vtkicet/CMakeLists.txt.orig    2016-06-01 20:06:22.000000000 -0400
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ ThirdParty/IceT/vtkicet/CMakeLists.txt 2016-06-01 20:06:30.000000000 -0400
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -26,7 +26,7 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # build and install targets to point to dependent libraries that are not
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # dependent on DYLD_LIBRARY_PATH. This variable turns that behavior on by
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # default and also suppresses CMake policy warning 0042.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--SET(CMAKE_MACOSX_RPATH ON)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+#SET(CMAKE_MACOSX_RPATH ON)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Set output paths.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- SET(LIBRARY_OUTPUT_PATH ${ICET_BINARY_DIR}/lib CACHE PATH
</span></pre><pre style='margin:0'>

</pre>