diff options
| author | isaackwy <isaacyu@protonmail.com> | 2024-08-04 17:39:32 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-05 09:31:31 +0700 |
| commit | d287c38564299f40688074b37ba1828d50998e5f (patch) | |
| tree | ac18590b7757c111dfc262302902463d8f95321b /python/python3-h5py/python3-h5py.SlackBuild | |
| parent | a7d393346c20d3eed19994a5982d80007d17ebb3 (diff) | |
python/python3-h5py: Update for 3.11.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h5py/python3-h5py.SlackBuild')
| -rw-r--r-- | python/python3-h5py/python3-h5py.SlackBuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-h5py/python3-h5py.SlackBuild b/python/python3-h5py/python3-h5py.SlackBuild index 3a02232620..746daebfa3 100644 --- a/python/python3-h5py/python3-h5py.SlackBuild +++ b/python/python3-h5py/python3-h5py.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for python3-h5py +# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> # Copyright 2023 Petar Petrov slackalaxy@gmail.com -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-h5py -VERSION=${VERSION:-3.8.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.11.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,16 +52,12 @@ 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 |
