Changes between Initial Version and Version 1 of Ticket #57078


Ignore:
Timestamp:
Sep 1, 2018, 3:12:03 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57078

    • Property Status changed from new to assigned
    • Property Summary changed from py27-numpy fails to compile with standard compiler on 10.5 to py27-numpy fails to compile with standard compiler on 10.5 due to: immintrin.h: No such file or directory
    • Property Keywords leopard added; py27 numpy leopart compiler removed
    • Property Owner set to michaelld
    • Property Port py-numpy added; py27-numpy removed
  • Ticket #57078 – Description

    initial v1  
    22I suppose not finding immintrin.h causes the issue.
    33
    4 
     4{{{
    55C compiler: /usr/bin/gcc-4.2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386
    66
     
    2727Exit code: 1
    2828Error: Failed to build py27-numpy: command execution failed
    29 
     29}}}
    3030
    3131When built with clang 3.9 from macports, that is,
     32{{{
    3233port -v upgrade py27-numpy configure.compiler=macports-clang-3.9
    33 
     34}}}
    3435compiles and installs fine.
    3536