Skip to content

Commit

Permalink
conda-master builds: add muparser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 15, 2025
1 parent c7e2b4f commit a296b0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/travis/conda/muparser.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index d3bbc43..8bef37d 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -58,6 +58,7 @@ requirements:
- libwebp-base
- libxml2
- lz4-c
+ - muparser
- openssl
- pcre2
- proj
1 change: 1 addition & 0 deletions ci/travis/conda/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ git clone https://github.com/conda-forge/gdal-feedstock.git
cd gdal-feedstock

patch -p1 < ../ci/travis/conda/libgdal-adbc.patch
patch -p1 < ../ci/travis/conda/muparser.patch

cat > recipe/recipe_clobber.yaml <<EOL
source:
Expand Down

0 comments on commit a296b0e

Please sign in to comment.