Changeset c69c219 for Makefile


Ignore:
Timestamp:
May 16, 2016, 7:35:25 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:
e6c83dc
Parents:
2e65426
Message:

Makefile: user install on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2e65426 rc69c219  
    5656        -pip install -v -r requirements.txt
    5757        CFLAGS=-Os python setup.py bdist_egg
    58         easy_install dist/*.egg
     58        [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \
     59                easy_install dist/*.egg
    5960        nose2 -N 4
    6061        pip uninstall -v -y aubio
Note: See TracChangeset for help on using the changeset viewer.