#38721: py33-numpy fails to build universal -------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: py33-numpy | -------------------------------+-------------------------------- Comment (by michaelld@…): What's happening is that the test file "_configtest.c" is being compiled without arch-specific flags (and, hence, for the CPU-native arch), but linked with them; hence, linking fails and setup.py says that the toolchain is broken -- a bit of an overstatement, if you ask me! I'm trying to familiarize myself with how numpy does its setup/configure/build/install to understand why this is happening when it does not for Python 2.7 (which is the version I use). -- Ticket URL: <https://trac.macports.org/ticket/38721#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X