File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
path : |
156
156
${{ matrix.vcpkg_cache }}
157
157
# bump the last digit to avoid using previous build cache
158
- key : ${{ matrix.os }}-${{ matrix.arch }}-vcpkg-gdal3.6.3 -cache0
158
+ key : ${{ matrix.os }}-${{ matrix.arch }}-vcpkg-gdal3.6.4 -cache0
159
159
160
160
# MacOS build requires aclocal, which is part of automake, but appears
161
161
# to be missing in default image
@@ -173,7 +173,7 @@ jobs:
173
173
git reset --hard
174
174
# pull latest version to ensure the required commit with GDAL 3.6 is available
175
175
git pull
176
- git checkout fe2d921cd5e1c8721e8e2385c35fb3a4ea65e559
176
+ git checkout 580f143d123ce6abb5c135b11d6402c9a54bc9b9
177
177
178
178
- name : Install GDAL
179
179
env :
Original file line number Diff line number Diff line change 26
26
27
27
### Packaging
28
28
29
- - The GDAL library included in the wheels is updated from 3.6.2 to GDAL 3.6.3 .
29
+ - The GDAL library included in the wheels is updated from 3.6.2 to GDAL 3.6.4 .
30
30
31
31
## 0.5.1 (2023-01-26)
32
32
Original file line number Diff line number Diff line change 1
- FROM quay.io/pypa/manylinux2014_x86_64:2023-04-02-7bc2fc8
1
+ FROM quay.io/pypa/manylinux2014_x86_64:2023-04-24-82a68e6
2
2
3
3
# building openssl needs IPC-Cmd (https://github.com/microsoft/vcpkg/issues/24988)
4
4
RUN yum install -y curl unzip zip tar perl-IPC-Cmd
@@ -11,6 +11,8 @@ RUN git clone https://github.com/Microsoft/vcpkg.git /opt/vcpkg
11
11
ENV VCPKG_INSTALLATION_ROOT="/opt/vcpkg"
12
12
ENV PATH="${PATH}:/opt/vcpkg"
13
13
14
+ ENV VCPKG_DEFAULT_TRIPLET="x64-linux-dynamic"
15
+
14
16
# mkdir & touch -> workaround for https://github.com/microsoft/vcpkg/issues/27786
15
17
RUN bootstrap-vcpkg.sh && \
16
18
mkdir -p /root/.vcpkg/ $HOME/.vcpkg && \
@@ -24,7 +26,6 @@ COPY ci/vcpkg.json opt/vcpkg/
24
26
25
27
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/vcpkg/installed/x64-linux-dynamic/lib"
26
28
RUN vcpkg install --overlay-triplets=opt/vcpkg/custom-triplets \
27
- --triplet=x64-linux-dynamic \
28
29
--overlay-ports=opt/vcpkg/custom-ports \
29
30
--feature-flags="versions,manifests" \
30
31
--x-manifest-root=opt/vcpkg \
Original file line number Diff line number Diff line change 8
8
"features" : [" recommended-features" , " curl" , " geos" ]
9
9
}
10
10
],
11
- "builtin-baseline" : " fe2d921cd5e1c8721e8e2385c35fb3a4ea65e559 "
11
+ "builtin-baseline" : " 580f143d123ce6abb5c135b11d6402c9a54bc9b9 "
12
12
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ build-verbosity = 3
20
20
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/x64-linux-dynamic"
21
21
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
22
22
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
23
- GDAL_VERSION = " 3.6.3 "
23
+ GDAL_VERSION = " 3.6.4 "
24
24
PYOGRIO_PACKAGE_DATA = 1
25
25
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
26
26
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
@@ -35,7 +35,7 @@ repair-wheel-command = [
35
35
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/$VCPKG_DEFAULT_TRIPLET"
36
36
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
37
37
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
38
- GDAL_VERSION = " 3.6.3 "
38
+ GDAL_VERSION = " 3.6.4 "
39
39
PYOGRIO_PACKAGE_DATA = 1
40
40
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
41
41
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
@@ -48,7 +48,7 @@ repair-wheel-command = "delvewheel repair --add-path C:/vcpkg/installed/x64-wind
48
48
VCPKG_INSTALL = " $VCPKG_INSTALLATION_ROOT/installed/x64-windows-dynamic-release"
49
49
GDAL_INCLUDE_PATH = " $VCPKG_INSTALL/include"
50
50
GDAL_LIBRARY_PATH = " $VCPKG_INSTALL/lib"
51
- GDAL_VERSION = " 3.6.3 "
51
+ GDAL_VERSION = " 3.6.4 "
52
52
PYOGRIO_PACKAGE_DATA = 1
53
53
GDAL_DATA = " $VCPKG_INSTALL/share/gdal"
54
54
PROJ_LIB = " $VCPKG_INSTALL/share/proj"
You can’t perform that action at this time.
0 commit comments