#38770: atlas 3.10.1_3 +gcc47 +universal fails to build --------------------------+--------------------- Reporter: michaelld@… | Owner: vince@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.99 Resolution: | Keywords: Port: atlas | --------------------------+--------------------- Comment (by vince@…): Ok, I think I fixed it. The vector unit flag used (6) was set to SSE3, but somehow the build process considers that SSE3 does not imply neither SSE2 nor SSE1, causing some snippets not to be included during the selection process, which in turns leads to the inconsistency aforementioned and the assert trap. So I changed the flag to 448 = SSE3 + SSE2 + SSE1. Seems to work (though my build has not currently completed). I have committed r105311 with this tweak, please try again. -- Ticket URL: <https://trac.macports.org/ticket/38770#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X