Skip to content

Commit

Permalink
Merge pull request #592 from sklam/fix/ci
Browse files Browse the repository at this point in the history
Fix meta.yaml
  • Loading branch information
sklam committed Jun 1, 2020
2 parents 4bebc60 + d6a2d6a commit 62f6cd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipes/llvmlite/meta.yaml
@@ -1,7 +1,9 @@
{% set VERSION_SUFFIX = "" %} # debug version suffix, appended to the version

package:
name: llvmlite
# GIT_DESCRIBE_TAG may not be set
version: {{ "%s%s" % (environ.get('GIT_DESCRIBE_TAG', '').lstrip('v')) }}
version: {{ "%s%s" % (environ.get('GIT_DESCRIBE_TAG', '').lstrip('v'), VERSION_SUFFIX) }}

source:
# Using the local source tree helps test building without pushing changes
Expand Down

0 comments on commit 62f6cd5

Please sign in to comment.