Skip to content

Commit

Permalink
Update ci/travis/conda/libgdal-adbc.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 13, 2024
1 parent aae18ed commit 5eb90f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ci/travis/conda/libgdal-adbc.patch
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ index ddc8ae6..0e6c07e 100644
-DBUILD_JAVA_BINDINGS:BOOL=OFF \
-DBUILD_CSHARP_BINDINGS:BOOL=OFF \
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index e2b6865..28dab04 100644
index f1d0c48..39ddb31 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -625,6 +625,48 @@ outputs:
@@ -678,6 +678,52 @@ outputs:
license: MIT
license_file: LICENSE.TXT

+ - name: libgdal-adbc
+ script: build_plugin.sh # [unix]
+ script: build_plugin.bat # [win]
Expand All @@ -43,6 +43,8 @@ index e2b6865..28dab04 100644
+ ignore_run_exports_from:
+ - expat
+ - icu
+ - liblzma
+ - lz4-c
+ script_env:
+ - GDAL_PLUGIN_NAME=ADBC
+ - GDAL_PLUGIN_TYPE=ogr
Expand All @@ -63,6 +65,8 @@ index e2b6865..28dab04 100644
+ - libkml-devel
+ - expat
+ - libadbc-driver-manager
+ # dep solver issue
+ - lz4-c
+ run:
+ - libgdal-core >={{ ".".join(version.split(".")[:2]) }}
+ test:
Expand Down

0 comments on commit 5eb90f3

Please sign in to comment.