Changeset 3762cdb for Makefile


Ignore:
Timestamp:
Dec 11, 2016, 5:48:03 PM (7 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, sampler, yinfft+
Children:
875d9d1
Parents:
9d8cdb55
Message:

Makefile: quieten uninstall_python if already uninstalled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9d8cdb55 r3762cdb  
    114114uninstall_python_with_pip:
    115115        # uninstall package
    116         pip uninstall -y -v aubio || make uninstall_python_with_distutils
     116        ( pip show aubio | grep -l aubio > /dev/null ) && \
     117        pip uninstall -y -v aubio || echo "info: aubio package is not installed"
    117118
    118119install_python_with_distutils:
Note: See TracChangeset for help on using the changeset viewer.