Changes between Initial Version and Version 1 of Ticket #57078
- Timestamp:
- Sep 1, 2018, 3:12:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57078
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
py27-numpy fails to compile with standard compiler on 10.5
topy27-numpy fails to compile with standard compiler on 10.5 due to: immintrin.h: No such file or directory
- Property Owner set to michaelld
- Property Keywords leopard added; py27 numpy leopart compiler removed
- Property Port py-numpy added; py27-numpy removed
-
Property
Status
changed from
-
Ticket #57078 – Description
initial v1 2 2 I suppose not finding immintrin.h causes the issue. 3 3 4 4 {{{ 5 5 C compiler: /usr/bin/gcc-4.2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 6 6 … … 27 27 Exit code: 1 28 28 Error: Failed to build py27-numpy: command execution failed 29 29 }}} 30 30 31 31 When built with clang 3.9 from macports, that is, 32 {{{ 32 33 port -v upgrade py27-numpy configure.compiler=macports-clang-3.9 33 34 }}} 34 35 compiles and installs fine. 35 36