Changeset f41957d


Ignore:
Timestamp:
Jul 16, 2012, 9:43:13 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:
577cb49, b0f2cc5
Parents:
c43c459
Message:

build_linux: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/build_linux

    rc43c459 rf41957d  
    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.