Ignore:
Timestamp:
Feb 9, 2013, 9:56:59 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
9d123e9
Parents:
fa11ce0
Message:

build_osx: use xcode numpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/build_osx

    rfa11ce0 rba00fd7  
    44set -x
    55
    6 export CFLAGS="-I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy-1.8.0*/numpy/core/include/ -arch i386 -arch x86_64"
     6export CFLAGS="-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include/"
     7export CFLAGS="-arch i386 -arch x86_64 $CFLAGS"
    78export LDFLAGS=-L../../build/src/
    89python setup.py clean build
Note: See TracChangeset for help on using the changeset viewer.