Opened 12 years ago
Closed 11 years ago
#38721 closed defect (duplicate)
py33-numpy fails to build universal
Reported by: | watsodw | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | dh@…, michaelld (Michael Dickens) | |
Port: | py33-numpy |
Description
See log.
Attachments (1)
Change History (6)
Changed 12 years ago by watsodw
comment:1 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:2 Changed 12 years ago by michaelld (Michael Dickens)
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).
comment:3 Changed 12 years ago by michaelld (Michael Dickens)
I'm getting closer to fixing this an some other issues with numpy. I've figured out how to get the arch flags to work, now trying to get the Python header location correct in my reworking of the Portfile.
comment:5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
They're both duplicates of #34562, actually.
Relevant part of log:
Hm, even just the relevant part is kinda long...