Ignore:
Timestamp:
Jul 16, 2012, 9:43:25 PM (12 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:
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.
Message:

Merge branch 'develop' into io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/build_linux

    r2ea7a10 r577cb49  
    11#! /bin/sh
    22
     3set -e
     4set -x
     5
    36python setup.py clean build
    4 export PYTHONPATH=./build/lib.linux-x86_64-2.6/
     7export PYTHONPATH=./build/lib.linux-x86_64-2.7/
    58export LD_LIBRARY_PATH=../../build/src/
    69./run_all_tests --verbose
Note: See TracChangeset for help on using the changeset viewer.