[77331] trunk/dports/devel/boost/Portfile

adfernandes at macports.org adfernandes at macports.org
Sun Mar 27 10:05:29 PDT 2011


Revision: 77331
          http://trac.macports.org/changeset/77331
Author:   adfernandes at macports.org
Date:     2011-03-27 10:05:27 -0700 (Sun, 27 Mar 2011)
Log Message:
-----------
devel/boost ; disable parallel build (again) as per #28878 and #23531

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2011-03-27 15:35:01 UTC (rev 77330)
+++ trunk/dports/devel/boost/Portfile	2011-03-27 17:05:27 UTC (rev 77331)
@@ -74,10 +74,14 @@
 
 }
 
+# Although bjam can supposedly use parallel builds, it has random failures. See #28878 and #23531.
+# To re-enable it, comment out the below and add '-j${build.jobs}' to 'build.args', also below.
+#
+use_parallel_build  no
+
 build.cmd       ${worksrcpath}/bjam
 build.target
-build.args      -j${build.jobs} \
-                -d2 \
+build.args      -d2 \
                 --layout=tagged \
                 --debug-configuration \
                 --user-config=user-config.jam \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110327/3e94b5e0/attachment.html>


More information about the macports-changes mailing list