diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-05-26 00:20:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-27 10:23:05 +0700 |
commit | 0c206a6162f0e4aa83e815a5bbed45c70a7af24f (patch) | |
tree | 696dcc0d3f439d7f247a44266bd0be7cd110a56b /development/jupyter-nbclient/jupyter-nbclient.SlackBuild | |
parent | 5bf8eda909115b867962e903a39b82a0855b96c9 (diff) |
development/jupyter-nbclient: Update for 0.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient/jupyter-nbclient.SlackBuild')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index 83223b5078..5501881688 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild +++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclient -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.10.0} 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 |