diff options
Diffstat (limited to 'gis/python3-shapely/python3-shapely.SlackBuild')
| -rw-r--r-- | gis/python3-shapely/python3-shapely.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild index d2de6e6f15..adc113ed05 100644 --- a/gis/python3-shapely/python3-shapely.SlackBuild +++ b/gis/python3-shapely/python3-shapely.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-shapely -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,6 +66,9 @@ find -L . \ -perm /111 -o \! -perm 755 -o -exec chmod 755 {} + -a \ \! -perm /111 -o \! -perm 644 -o -exec chmod 644 {} + +# Apply upstream patch to fix compilation with gcc 14 +patch -p1 < $CWD/9795506bba84e96418466ae84573c0cf8654bbeb.patch + # Fixing numpy dependency check in pyproject.toml: # oldest-supported-numpy has a strict check and doesn't support newer version # so we replace it. The alternative is to add --skip-dependency-check to tbe |
