diff options
Diffstat (limited to 'audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild')
-rw-r--r-- | audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild index d411e16836..20cdd06a84 100644 --- a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild +++ b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild @@ -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: |