diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-31 00:10:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-31 21:29:19 +0700 |
commit | c94634c9377b1c237af6822bcc890c02a9de8894 (patch) | |
tree | bff21d2abdf46abc25f6866919949ee8b7b4cc52 /development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | |
parent | e49c895e9da2cf349258a91ace5338484f129ce9 (diff) |
development/jupyter-qtconsole: Update for 5.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index c1f445e65f..3182b307d8 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-qtconsole -VERSION=${VERSION:-5.5.1} +VERSION=${VERSION:-5.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,20 +50,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 |