Skip to content

Commit

Permalink
ci/travis/conda/setup.sh: try to fix for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 18, 2025
1 parent 4e27317 commit 5d3870f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/travis/conda/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ 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
sed 's/version = "\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\)"/version = "\1.\2.99"/' < recipe/recipe.yaml > recipe.yaml
mv recipe.yaml recipe/recipe.yaml

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

0 comments on commit 5d3870f

Please sign in to comment.