Skip to content

Commit

Permalink
Merge pull request #11685 from rouault/fix_11663
Browse files Browse the repository at this point in the history
CI gdal-master conda: patch version number to X.Y.99
  • Loading branch information
rouault authored Jan 17, 2025
2 parents b0c93fe + 330ef73 commit 4e27317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/travis/conda/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ cd gdal-feedstock
patch -p1 < ../ci/travis/conda/libgdal-adbc.patch
patch -p1 < ../ci/travis/conda/muparser.patch

# Patch version = "X.Y.Z" to "X.Y.99"
sed -i -E 's/set version = "([0-9]+)\.([0-9]+)\.([0-9]+)"/set version = "\1.\2.99"/' recipe/meta.yaml

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

0 comments on commit 4e27317

Please sign in to comment.