[SCM] PostGIS branch master updated. 3.6.0rc2-205-gb5053b1e6
git at osgeo.org
git at osgeo.org
Mon Nov 17 01:35:58 PST 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b5053b1e6d6d8a38688af411f524c433ff691249 (commit)
from f4bd2e175f23d28607431e12b21f5964ad738a26 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5053b1e6d6d8a38688af411f524c433ff691249
Author: Regina Obe <lr at pcorp.us>
Date: Mon Nov 17 04:34:30 2025 -0500
WINNIE packaging
Fix sfcgal dep packaging
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index bcaa2435e..42358e30c 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -123,7 +123,7 @@ if [ -n "$SFCGAL_VER" ]; then
echo "MPFR VERSION: ${MPFR_VER} http://www.mpfr.org" >> $verfile
#cp -p ${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin
- cp -p ${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/lib/*.dll $outdir/bin
+ cp -p ${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/*.dll $outdir/bin
fi;
echo "PROTOBUF VERSION: ${PROTOBUF_VER} https://github.com/google/protobuf" >> $verfile
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/package_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list