2024-05-23 16:18:02 by Greg Troxel | Files touched by this commit (33) |
Log message:
*: revbump for proj
|
2024-05-23 15:45:11 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/py-gdal: Update to 3.9.0
See ../gdal-lib; this is just a split package of the python bindings.
|
2024-05-21 20:21:34 by Greg Troxel | Files touched by this commit (4) |
Log message:
geography/gdal: Convert py-gdal to wheel.mk (not autoconf)
Use wheel.mk for py-gdal, mostly straightforwardly.
Move many things not needed for py-gdal from Makefile.common to gdal's
Makefile.
|
2024-05-21 15:36:10 by Greg Troxel | Files touched by this commit (7) | |
Log message:
geography/gdal: Convert to cmake
In general, avoid adding dependencies and rototilling, in favor of a
straight build system conversion. A notable exception is adding
spatialite, because that is easier than fixing the cmake spatialite
support not to error out. (Other fixes to follow once the conversion
is ok.)
gdal-lib:
Straightforward use of cmake vs autoconf.
Add cmake args to disable finding things that happen to be installed
but are not bl3d.
Attempt to convert CONFIGURE_ARGS to cmake, confounded by some of them
perhaps being out of date and some of them not having clear analogs.
Accept some fuzz on the theory that things were likely not 100% right
earlier and it's going to change with updates.
Drop patch for png16 rename; cmake finds that ok by itself.
Withdraw include/cpl_odbc.h because cmake does so, and call it ok
without a revbum because we aren't (and weren't) building odbc so it
is nonsensical for any other package to have used it.
cmake installs man pages and bash completion scripts. Roll with it vs
trying to make this like before, as those changes are not confounding
or hard to debug.
py-gdal:
Continue to use autoconf, and add commented-out cmake config.
Update committed to capture partial progress and have others test
earlier rather than later as we head to further updates.
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2023-12-12 18:57:19 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-gdal: fix build on Darwin
|
2023-11-15 11:37:38 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-gdal: add missing tool, some cleanup
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|