Changes between Initial Version and Version 1 of Ticket #38882


Ignore:
Timestamp:
Apr 22, 2013, 7:51:31 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38882

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Port py27-scipy added
  • Ticket #38882 – Description

    initial v1  
    1 Build fails in setup.py when a component of numpy calls os.environ['FARCHFLAGS'] The FARCHFLAGS is not exported in the build environment, and a KeyError is thrown (see the attached log).
     1Build fails in setup.py when a component of numpy calls `os.environ['FARCHFLAGS']` The FARCHFLAGS is not exported in the build environment, and a KeyError is thrown (see the attached log).
    22
     3{{{
    34uname -a
    45Darwin owen.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64
    5 
     6}}}
     7{{{
    68xcodebuild -version
    79Xcode 4.6.2
    810Build version 4H1003
     11}}}
    912
    10