diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-07-05 13:18:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-06 07:00:13 +0700 |
commit | 1e386bdd4235cc246cc33aaa336671db9486f914 (patch) | |
tree | d584cab384c8e114ee48770a0a47fcf78d0c6b54 /libraries/aubio/README | |
parent | 74211c68dc121d1f736c8016cfcb6ec1a303ac73 (diff) |
libraries/aubio: Fix handling of the python{,3} bindings.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/aubio/README')
-rw-r--r-- | libraries/aubio/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/aubio/README b/libraries/aubio/README index 1f7d7c30809b..e9643bc662cd 100644 --- a/libraries/aubio/README +++ b/libraries/aubio/README @@ -7,5 +7,7 @@ results too. jack-audio-connection-kit and ffmpeg are optional dependencies. -To build the python bindings, pass BINDINGS=yes to the script: -for these you need the additional dependency numpy. +The python bindings are built if numpy is available and the python3 +ones are built if numpy3 is available: if both versions of python +are present in the system, the aubio and aubiocut python scripts +will use python3. |