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

dweber at macports.org dweber at macports.org
Tue Feb 16 12:48:11 PST 2010


Revision: 63831
          http://trac.macports.org/changeset/63831
Author:   dweber at macports.org
Date:     2010-02-16 12:48:09 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
Added ui_msg to warn about build duration and possible build problems with parallel make jobs

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

Modified: trunk/dports/graphics/InsightToolkit/Portfile
===================================================================
--- trunk/dports/graphics/InsightToolkit/Portfile	2010-02-16 15:27:07 UTC (rev 63830)
+++ trunk/dports/graphics/InsightToolkit/Portfile	2010-02-16 20:48:09 UTC (rev 63831)
@@ -86,6 +86,14 @@
 post-extract {
     move ${workpath}/InsightToolkit-${version} ${worksrcpath}
     move ${workpath}/CableSwig-ITK-${version}  ${worksrcpath}/Utilities/CableSwig
+    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 "***************************************************"
 }
 
 configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100216/4fcfb415/attachment.html>


More information about the macports-changes mailing list