Changeset 577cb49 for interfaces/python/build_linux
- Timestamp:
- Jul 16, 2012, 9:43:25 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:
- 918f71f
- Parents:
- 2ea7a10 (diff), f41957d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/build_linux
r2ea7a10 r577cb49 1 1 #! /bin/sh 2 2 3 set -e 4 set -x 5 3 6 python setup.py clean build 4 export PYTHONPATH=./build/lib.linux-x86_64-2. 6/7 export PYTHONPATH=./build/lib.linux-x86_64-2.7/ 5 8 export LD_LIBRARY_PATH=../../build/src/ 6 9 ./run_all_tests --verbose
Note: See TracChangeset
for help on using the changeset viewer.