Changeset 9ccd89f for interfaces/python
- Timestamp:
- Jul 15, 2012, 11:10:48 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:
- 17fc762, 7dd8b04, fd70e5e
- Parents:
- d6001bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/build_osx
rd6001bf r9ccd89f 1 1 #! /bin/sh 2 2 3 export CFLAGS=-I/Users/piem/Library/Python/2.7/site-packages/numpy-1.8.0.dev_436a28f_20120710-py2.7-macosx-10.7-x86_64.egg/numpy/core/include/ 3 set -e 4 set -x 5 6 export CFLAGS="-I/Users/piem/Library/Python/2.7/site-packages/numpy-1.8.0.dev_436a28f_20120710-py2.7-macosx-10.7-x86_64.egg/numpy/core/include/ -arch i386 -arch x86_64" 4 7 export LDFLAGS=-L../../build/src/ 5 8 python setup.py clean build
Note: See TracChangeset
for help on using the changeset viewer.