Changeset bc4c243
- Timestamp:
- Feb 9, 2013, 11:40:02 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:
- 4ebd189
- Parents:
- f6efc82
- git-author:
- Paul Brossier <piem@piem.org> (02/09/13 23:38:46)
- git-committer:
- Paul Brossier <piem@piem.org> (02/09/13 23:40:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/build_osx
rf6efc82 rbc4c243 4 4 set -x 5 5 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"8 export LDFLAGS=-L../../build/src/9 6 python setup.py clean build 10 7 export PYTHONPATH=./build/lib.macosx-10.6-intel-2.7:$PYTHONPATH
Note: See TracChangeset
for help on using the changeset viewer.