Skip to content

Commit

Permalink
Use path as source in conda meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Mar 16, 2021
1 parent c1a9f7d commit ddbf027
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conda-recipes/smurff-latest/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package:
name: smurff
version: 0.99.0
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.99.9").lstrip("v") }}

source:
git_url: https://github.com/ExaScience/smurff
git_rev: release-0.15
path: ../..

build:
number: 1
number: {{ GIT_DESCRIBE_NUMBER }}

requirements:
build:
Expand Down

0 comments on commit ddbf027

Please sign in to comment.