audio/qm-vamp-plugins: Remove atlas from REQUIRES.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-24 13:59:53 -05:00 committed by Willy Sudiarto Raharjo
parent 1c604ddbdd
commit fc43e1ce87
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,5 @@
qm-vamp-plugins (audio feature extraction plugins)
Audio feature extraction plugins from Queen Mary, University of London
A set of plugins for feature extraction from audio data, using the Vamp
@ -14,3 +16,8 @@ SSE=yes SSE2=yes # Force enable both SSE and SSE2
SSE=yes SSE2=no # Force enable SSE, force disable SSE2
Leaving SSE blank or setting it to anything else means to autodetect.
The source code includes prebuilt atlas, lapack, and blas libraries. So
far, I have not succeeded in building qm-vamp-plugins with the atlas,
lapack, and blas from SlackBuilds.org. If you distrust prebuilt
binaries/libraries, you should not install this package.

View file

@ -6,6 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20200123 bkw: found out upstream includes a prebuilt libatlas.a, which
# the build has been using all along. Remove atlas from REQUIRES since
# it was never used anyway. Tried to build this with atlas, lapack,
# blas from SBo instead of the prebuilt stuff, but it fails, and for
# now I've run out of patience for it. So added a note to README about
# the prebuilt libs.
# 20191202 bkw: update for v1.7.1
# 20150403 bkw:
# Bump BUILD to 3, make it build against vamp-plugin-sdk 2.5 (whoops)
@ -134,7 +141,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# 20150403 bkw: crap. getting rid of vamp-plugin-sdk static libs
# breaks this. Fix by getting rid of -Wl,-Bstatic and -Wl,-Bdynamic
# options (so it doesn't insisnt on a static libvamp-sdk).
# options (so it doesn't insist on a static libvamp-sdk).
sed -i 's/-Wl,-B[^ ]* //g' build/linux/Makefile.linux64
# 20191202 bkw: this used to be there, have to re-add it:

View file

@ -7,6 +7,6 @@ MD5SUM="6274bc8bff6f2363404a9f945613bf51 \
9c7a7b15926000e15a9e3c7c06492e58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="atlas vamp-plugin-sdk"
REQUIRES="vamp-plugin-sdk"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"