diff options
| author | ArTourter <artourter@gmail.com> | 2024-09-01 23:32:42 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-02 20:08:17 +0700 |
| commit | c5f1980b424ecbe33b3218b39601dda6fd7ba7e6 (patch) | |
| tree | a72fab570318a8d48d9dc64030fc600ccd33005d /gis/python3-shapely/python3-shapely.SlackBuild | |
| parent | 2d7f02b014160ff444c131f3375757bc63ab536c (diff) | |
gis/python3-shapely: Updated for version 2.0.6.
Apply updstream patch to fix compilation with gcc 14 (-current)
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |
