[149055] trunk/dports/science/paraview/Portfile
Revision: 149055 https://trac.macports.org/changeset/149055 Author: dstrubbe@macports.org Date: 2016-05-26 14:27:09 -0700 (Thu, 26 May 2016) Log Message: ----------- paraview: Should have increased revision in previous commit. Enable test phase. Better to use default_variants-append instead of default_variants to make sure other ones (from MPI/Compilers) are not being overwritten. Modified Paths: -------------- trunk/dports/science/paraview/Portfile Modified: trunk/dports/science/paraview/Portfile =================================================================== --- trunk/dports/science/paraview/Portfile 2016-05-26 18:15:03 UTC (rev 149054) +++ trunk/dports/science/paraview/Portfile 2016-05-26 21:27:09 UTC (rev 149055) @@ -11,6 +11,7 @@ version 4.2.0 # versions 4.3.1 and 4.4.0 have some issues; see Notes section of https://github.com/OpenFOAM/ThirdParty-dev/ # so just patch them? +revision 1 # should "graphics" be the primary group? categories science graphics @@ -56,7 +57,7 @@ # ${destroot} needs to be part of MACOSX_APP_INSTALL_PREFIX; see further # comments below, JJS 12/21/15 configure.args-append \ - -DBUILD_TESTING:BOOL=OFF \ + -DBUILD_TESTING:BOOL=ON \ -DMACOSX_APP_INSTALL_PREFIX=${destroot}${applications_dir} \ -DZLIB_LIBRARY_RELEASE=${prefix}/lib/libz.dylib \ -DBUILD_SHARED_LIBS:BOOL=ON @@ -93,9 +94,6 @@ #Warning: A file belonging to the `paraview' port is missing or unreadable. Consider reinstalling it. -# MPI? PARAVIEW_USE_MPI -# tests? - # other pythons? variant python27 description {Add Python 2.7 support.} { depends_lib-append port:py27-matplotlib @@ -116,7 +114,9 @@ # configure.args-append -DPARAVIEW_ENABLE_FFMPEG:BOOL=ON #} -default_variants +python27 +default_variants-append +python27 #+ffmpeg livecheck.type none + +test.run yes
participants (1)
-
dstrubbe@macports.org