Changeset ba00fd7
- Timestamp:
- Feb 9, 2013, 9:56:59 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/build_osx
rfa11ce0 rba00fd7 4 4 set -x 5 5 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" 6 export 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/" 7 export CFLAGS="-arch i386 -arch x86_64 $CFLAGS" 7 8 export LDFLAGS=-L../../build/src/ 8 9 python setup.py clean build
Note: See TracChangeset
for help on using the changeset viewer.