[63906] trunk/dports/graphics/InsightToolkit/Portfile

dweber at macports.org dweber at macports.org
Wed Feb 17 15:59:09 PST 2010


Revision: 63906
          http://trac.macports.org/changeset/63906
Author:   dweber at macports.org
Date:     2010-02-17 15:59:09 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
disable parallel builds

Modified Paths:
--------------
    trunk/dports/graphics/InsightToolkit/Portfile

Modified: trunk/dports/graphics/InsightToolkit/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit/Portfile	2010-02-17 23:54:09 UTC (rev 63905)
+++ trunk/dports/graphics/InsightToolkit/Portfile	2010-02-17 23:59:09 UTC (rev 63906)
@@ -43,12 +43,12 @@
 
 platforms       darwin
 
-depends_build   port:cmake \
-                port:gmake \
+depends_build   port:gmake \
                 port:gawk \
                 port:bison
 
-depends_lib     port:xorg-libs \
+depends_lib     port:cmake \
+                port:xorg-libs \
                 port:ossp-uuid
 
 # Use gmake and build in a separate directory from the source
@@ -56,7 +56,7 @@
 build.dir       ${workpath}/${distname}-build
 
 # The parallel build would be nice, but it's not reliable.
-#use_parallel_build  yes
+use_parallel_build  no
 
 # Global variables, used in variants, where a destroot prefix is appended,
 # when necessary.  There are numerous default build assumptions in both cmake
@@ -89,10 +89,13 @@
     ui_msg "***************************************************"
     ui_msg "InsightToolkit is a very long config/build process."
     ui_msg "It can take several hours, even on a fast system."
-    ui_msg "Also, it may fail due to parallel make jobs, so"
-    ui_msg "try the 'build.jobs=1' option and run the build"
-    ui_msg "many times until completion.  The -o and -k options"
-    ui_msg "may be useful too, see man port for details."
+    ui_msg "Parallel builds are disabled, on purpose."
+    ui_msg "It may fail for some reason.  First try"
+    ui_msg "to run the build several times to see if it will"
+    ui_msg "complete.  The -o and -k options may be useful."
+    ui_msg "See 'man port' for details."
+    ui_msg "A fall-back install is to just install the c++ libs,"
+    ui_msg "port install InsightToolkit -doc -py25 +shared"
     ui_msg "***************************************************"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100217/46d1b406/attachment-0001.html>


More information about the macports-changes mailing list