From d287c38564299f40688074b37ba1828d50998e5f Mon Sep 17 00:00:00 2001 From: isaackwy Date: Sun, 4 Aug 2024 17:39:32 -0700 Subject: python/python3-h5py: Update for 3.11.0 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-h5py/python3-h5py.SlackBuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'python/python3-h5py/python3-h5py.SlackBuild') 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 # Copyright 2023 Petar Petrov slackalaxy@gmail.com -# Copyright 2022-2023 Isaac Yu +# 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 -- cgit v1.2.3