Changeset 0d45ec4


Ignore:
Timestamp:
Apr 22, 2016, 2:24:59 AM (8 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:
b099f50
Parents:
70c6e39
Message:

Makefile: copy lib to ~/lib (osx) and set LD_LIBRARY_PATH (linux)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r70c6e39 r0d45ec4  
    2626
    2727test_python:
    28         cd python && ./setup.py install && ./tests/run_all_tests
     28        cd python && ./setup.py install
     29        [ -f build/src/libaubio.4.dylib ] && mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib
     30        LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests
    2931
    3032clean_python:
Note: See TracChangeset for help on using the changeset viewer.