Home
last modified time | relevance | path

Searched refs:gdal_version (Results 76 – 97 of 97) sorted by relevance

1234

/dports/graphics/py-gdal/gdal-3.3.3/docker/alpine-ultrasmall/
H A DDockerfile144 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/docker/alpine-ultrasmall/
H A DDockerfile144 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/gdal/gdal-3.3.3/docker/alpine-ultrasmall/
H A DDockerfile144 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_warp.py39 gdal_version = GDALVersion.runtime() variable
1233 gdal_version.at_least("2.0"), reason="Tests only applicable to GDAL < 2.0"
1317 if gdal_version.major == 1:
/dports/graphics/py-gdal/gdal-3.3.3/docker/ubuntu-small/
H A DDockerfile160 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/docker/ubuntu-small/
H A DDockerfile160 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/gdal/gdal-3.3.3/docker/ubuntu-small/
H A DDockerfile160 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_datetime.py20 gdal_version = GDALVersion.runtime() variable
/dports/graphics/py-gdal/gdal-3.3.3/docker/alpine-normal/
H A DDockerfile277 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/docker/alpine-normal/
H A DDockerfile277 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/gdal/gdal-3.3.3/docker/alpine-normal/
H A DDockerfile277 && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include \
/dports/graphics/py-gdal/gdal-3.3.3/
H A Dconfigure.ac5070 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5071 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5072 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
5074 AC_MSG_RESULT([checking GDAL version information from gdal_version.h.in: $GDAL_VERSION_MAJOR.$GDAL_…
H A Dconfigure40513 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40514 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40515 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
H A DNEWS313 * gdalasyncread.cpp: add missing .h to gdal_version include. (#3951)
3351 * Generate gcore/gdal_version.h from git date and sha for a dev version (Unix builds only)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/
H A Dconfigure.ac5070 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5071 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5072 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
5074 AC_MSG_RESULT([checking GDAL version information from gdal_version.h.in: $GDAL_VERSION_MAJOR.$GDAL_…
H A Dconfigure40513 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40514 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40515 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
H A DNEWS313 * gdalasyncread.cpp: add missing .h to gdal_version include. (#3951)
3351 * Generate gcore/gdal_version.h from git date and sha for a dev version (Unix builds only)
/dports/graphics/gdal/gdal-3.3.3/
H A Dconfigure.ac5070 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5071 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
5072 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
5074 AC_MSG_RESULT([checking GDAL version information from gdal_version.h.in: $GDAL_VERSION_MAJOR.$GDAL_…
H A Dconfigure40513 GDAL_VERSION_MAJOR=`grep "#*define.GDAL_VERSION_MAJOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40514 GDAL_VERSION_MINOR=`grep "#*define.GDAL_VERSION_MINOR.*" gcore/gdal_version.h.in | awk '{print $4}'`
40515 GDAL_VERSION_REV=`grep "#*define.GDAL_VERSION_REV.*" gcore/gdal_version.h.in | awk '{print $4}'`
H A DNEWS313 * gdalasyncread.cpp: add missing .h to gdal_version include. (#3951)
3351 * Generate gcore/gdal_version.h from git date and sha for a dev version (Unix builds only)
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog153164 include gdal_version and add private constructor
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog186857 include gdal_version and add private constructor

1234