diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-05-03 14:10:58 -0700 |
|---|---|---|
| committer | Andrew Clemons <andrew.clemons@gmail.com> | 2024-05-04 08:28:53 +0900 |
| commit | 5acdcd87f9195a2b2b74273709f2a975385bcc71 (patch) | |
| tree | 81eea090ee1e1035871a023b4dd003cc0285d010 /python/python3-librosa/python3-librosa.SlackBuild | |
| parent | 6cc101efbec8799404a53b80efc8679bce9f6262 (diff) | |
python/python3-librosa: Updated for version 0.10.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-librosa/python3-librosa.SlackBuild')
| -rw-r--r-- | python/python3-librosa/python3-librosa.SlackBuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-librosa/python3-librosa.SlackBuild b/python/python3-librosa/python3-librosa.SlackBuild index 2c4319b166..c34c2df935 100644 --- a/python/python3-librosa/python3-librosa.SlackBuild +++ b/python/python3-librosa/python3-librosa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-librosa -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-librosa SRCNAM=librosa -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |
