-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,096 changed files
with
91,154 additions
and
43,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,75 @@ | ||
FROM alpine:edge | ||
|
||
RUN apk add \ | ||
linux-headers gnu-libiconv-dev \ | ||
g++ make ccache cmake \ | ||
proj-dev proj proj-util \ | ||
curl-dev tiff-dev \ | ||
zlib-dev zstd-dev xz-dev snappy-dev \ | ||
libjpeg-turbo-dev libpng-dev openjpeg-dev libwebp-dev expat-dev libkml-dev \ | ||
py3-numpy-dev python3-dev py3-setuptools py3-numpy py3-pip swig \ | ||
poppler-dev postgresql-dev \ | ||
openexr-dev libheif-dev xerces-c-dev geos-dev cfitsio-dev \ | ||
netcdf-dev libaec-dev hdf5-dev freexl-dev \ | ||
lz4-dev blosc-dev libdeflate-dev brotli-dev uriparser-dev \ | ||
apache-arrow-dev \ | ||
armadillo-dev \ | ||
basisu-dev \ | ||
blosc-dev \ | ||
brunsli-dev \ | ||
ccache \ | ||
cfitsio-dev \ | ||
cmake \ | ||
curl-dev \ | ||
expat-dev \ | ||
freexl-dev \ | ||
gcc \ | ||
g++ \ | ||
geos-dev \ | ||
giflib-dev \ | ||
gnu-libiconv-dev \ | ||
hdf5-dev \ | ||
json-c-dev \ | ||
kealib-dev \ | ||
libaec-dev \ | ||
libarchive-dev \ | ||
kealib-dev libjxl-dev \ | ||
json-c-dev giflib-dev \ | ||
libspatialite-dev librasterlite2-dev \ | ||
libdeflate-dev \ | ||
libgeotiff-dev \ | ||
libheif-dev \ | ||
libjpeg-turbo-dev \ | ||
libjxl-dev \ | ||
libkml-dev \ | ||
libpng-dev \ | ||
libpq-dev \ | ||
librasterlite2-dev \ | ||
libspatialite-dev \ | ||
libtirpc-dev \ | ||
libwebp-dev \ | ||
libxml2-dev \ | ||
libxslt-dev \ | ||
linux-headers \ | ||
lz4-dev \ | ||
make \ | ||
mariadb-connector-c-dev \ | ||
netcdf-dev \ | ||
odbc-cpp-wrapper-dev \ | ||
ogdi-dev \ | ||
openexr-dev \ | ||
openjpeg-dev \ | ||
openssl-dev \ | ||
pcre2-dev \ | ||
podofo-dev \ | ||
poppler-dev \ | ||
proj-dev \ | ||
proj-util \ | ||
py3-pyarrow \ | ||
py3-pyarrow-pyc \ | ||
py3-numpy \ | ||
py3-numpy-dev \ | ||
py3-pip \ | ||
py3-setuptools \ | ||
python3-dev \ | ||
qhull-dev \ | ||
sfcgal-dev \ | ||
snappy-dev \ | ||
sqlite-dev \ | ||
swig \ | ||
tiledb-dev \ | ||
tiff-dev \ | ||
unixodbc-dev \ | ||
libpq-dev \ | ||
apache-arrow-dev \ | ||
py3-pyarrow py3-pyarrow-pyc \ | ||
libxml2-dev \ | ||
podofo-dev | ||
xerces-c-dev \ | ||
xz-dev \ | ||
zlib-dev \ | ||
zstd-dev | ||
|
||
COPY requirements.txt /tmp/ | ||
RUN python3 -m pip install --break-system-packages -U -r /tmp/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
FROM i386/alpine:edge | ||
|
||
RUN apk add \ | ||
apache-arrow-dev \ | ||
armadillo-dev \ | ||
bash \ | ||
basisu-dev \ | ||
blosc-dev \ | ||
brunsli-dev \ | ||
ccache \ | ||
cfitsio-dev \ | ||
cmake \ | ||
curl-dev \ | ||
expat-dev \ | ||
freexl-dev \ | ||
gcc \ | ||
g++ \ | ||
geos-dev \ | ||
giflib-dev \ | ||
gnu-libiconv-dev \ | ||
hdf5-dev \ | ||
json-c-dev \ | ||
kealib-dev \ | ||
libaec-dev \ | ||
libarchive-dev \ | ||
libdeflate-dev \ | ||
libgeotiff-dev \ | ||
libheif-dev \ | ||
libjpeg-turbo-dev \ | ||
libjxl-dev \ | ||
libkml-dev \ | ||
libpng-dev \ | ||
libpq-dev \ | ||
librasterlite2-dev \ | ||
libspatialite-dev \ | ||
libtirpc-dev \ | ||
libwebp-dev \ | ||
libxml2-dev \ | ||
libxslt-dev \ | ||
linux-headers \ | ||
lz4-dev \ | ||
make \ | ||
mariadb-connector-c-dev \ | ||
netcdf-dev \ | ||
odbc-cpp-wrapper-dev \ | ||
ogdi-dev \ | ||
openexr-dev \ | ||
openjpeg-dev \ | ||
openssl-dev \ | ||
pcre2-dev \ | ||
podofo-dev \ | ||
poppler-dev \ | ||
proj-dev \ | ||
proj-util \ | ||
py3-pyarrow \ | ||
py3-pyarrow-pyc \ | ||
py3-numpy \ | ||
py3-numpy-dev \ | ||
py3-pip \ | ||
py3-setuptools \ | ||
python3-dev \ | ||
qhull-dev \ | ||
sfcgal-dev \ | ||
snappy-dev \ | ||
sqlite-dev \ | ||
swig \ | ||
tiff-dev \ | ||
unixodbc-dev \ | ||
xerces-c-dev \ | ||
xz-dev \ | ||
zlib-dev \ | ||
zstd-dev | ||
|
||
COPY requirements.txt /tmp/ | ||
RUN python3 -m pip install --break-system-packages -U -r /tmp/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
cmake ${GDAL_SOURCE_DIR:=..} \ | ||
-DCMAKE_BUILD_TYPE=Debug \ | ||
-DUSE_CCACHE=ON \ | ||
-DCMAKE_INSTALL_PREFIX=/usr \ | ||
-DIconv_INCLUDE_DIR=/usr/include/gnu-libiconv \ | ||
-DIconv_LIBRARY=/usr/lib/libiconv.so \ | ||
-DCMAKE_C_FLAGS=-Werror -DCMAKE_CXX_FLAGS=-Werror -DWERROR_DEV_FLAG="-Werror=dev" | ||
make -j$(nproc) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ jobs: | |
- name: Backport Bot | ||
id: backport | ||
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) ) | ||
uses: m-kuhn/[email protected] | ||
uses: m-kuhn/backport@7f3cab83e4b3b26aefcffda21851c3dc3d389f45 # v1.2.7 | ||
with: | ||
github_token: ${{ secrets.BACKPORT_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.