Boost C++ Libraries: Ticket #11793: Build for Intel Xeon Phi fails https://svn.boost.org/trac10/ticket/11793 <p> Hi, </p> <p> I'm trying to build the BOOST library for Xeon Phi. It should be simple: using intel tools and providing -mmic flag to the compiler should be sufficient. However, this flag is not provided for the assemebler and linker fails because of wrong object. </p> <p> I've resolved this issue by modification of build scripts. gcc.jam: line 642 please add $(USER_OPTIONS) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11793 Trac 1.4.3 evgeny.fiksman@… Thu, 12 Nov 2015 23:54:04 GMT attachment set https://svn.boost.org/trac10/ticket/11793 https://svn.boost.org/trac10/ticket/11793 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">gcc.jam</span> </li> </ul> <p> Updated file </p> Ticket viboes Sat, 21 Nov 2015 20:35:28 GMT component changed; owner set https://svn.boost.org/trac10/ticket/11793#comment:1 https://svn.boost.org/trac10/ticket/11793#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket