#23667: boost 1.42 still fails with variants +openmpi -------------------------------+-------------------------------------------- Reporter: a.zilian@… | Owner: nox@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: boost -------------------------------+-------------------------------------------- Comment(by a.zilian@…): Neglecting the internal boost build variant "debug", it compiles fine with variant +openmpi. Maybe these changes to the Portfile could be helpful? {{{ --- Portfile 2010-02-15 10:21:28.000000000 +0100 +++ Portfile.orig 2010-02-15 09:43:09.000000000 +0100 @@ -60,7 +60,7 @@ -sZLIB_INCLUDE=${prefix}/include \ -sZLIB_LIBPATH=${prefix}/lib \ threading=single,multi \ - variant=release + variant=debug,release use_parallel_build no @@ -217,21 +217,6 @@ } } -variant gcc43 description {build using gcc43} conflicts gcc44 { - configure.compiler macports-gcc-4.3 - depends_lib-append port:gcc43 -} - -variant gcc44 description {build using gcc44} conflicts gcc43 { - configure.compiler macports-gcc-4.4 - depends_lib-append port:gcc44 -} - -variant debug description {enable debug version} { - build.args-delete variant=release - build.args-append variant=debug,release -} - livecheck.type regex livecheck.url ${homepage} livecheck.regex "Version (\\d+\\.\\d+\\.\\d+)" }}} -- Ticket URL: <http://trac.macports.org/ticket/23667#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS