Skip to content

Commit

Permalink
Using commit hash instead of master [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 25, 2016
1 parent 1f2737c commit 6005958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ci_support/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ conda info
set -x
set +x
conda build /recipe_root --quiet || exit 1
/feedstock_root/ci_support/upload_or_check_non_existence.py /recipe_root conda-forge --channel=main || exit 1
EOF
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

source:
git_url: https://github.com/sakov/nn-c.git
git_tag: master # upstream does not create releases :-(
git_tag: 33cbf70dec4f64836a26dcb4a885cb09b7279dd3

build:
number: 0
Expand All @@ -20,7 +20,7 @@ test:

about:
home: https://github.com/sakov/nn-c
license: Simplified BSD License and triangle.[c,h] license, which is non-free for commercial use
license: BSD-2-Clause (bundled triangle code is non-free for commercial use)
summary: Natural Neighbours interpolation

extra:
Expand Down

0 comments on commit 6005958

Please sign in to comment.