pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gdal-lib: Actually stop trying to build python bindings



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed May 22 20:33:29 2024 -0400
Changeset:	5bc2ad1e222054c425e82609d737e6791064b688

Modified Files:
	gdal-lib/Makefile

Log Message:
gdal-lib: Actually stop trying to build python bindings

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bc2ad1e222054c425e82609d737e6791064b688

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdal-lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gdal-lib/Makefile b/gdal-lib/Makefile
index cdba1a686e..1d7492d352 100644
--- a/gdal-lib/Makefile
+++ b/gdal-lib/Makefile
@@ -52,7 +52,7 @@ CMAKE_CONFIGURE_ARGS+=	-DGDAL_USE_ZSTD=OFF
 # are to allow multiple python versions, and to remove the dependency
 # on numpy and hence the need for blas and fortran from the base gdal
 # package.
-CMAKE_ARGS+=		-DBUILD_PYTHON_BINDINGS=ON
+CMAKE_ARGS+=		-DBUILD_PYTHON_BINDINGS=OFF
 
 # Disable things that we don't want to build, more as documentation
 # than them needing to be forced off.


Home | Main Index | Thread Index | Old Index