Skip to content

Commit

Permalink
Prepare for conda-forge/staged-recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
hcstadler committed Aug 13, 2024
1 parent 6b09f97 commit 45d363b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "0.12.0" %}
{% set version = "1.0.0" %}

package:
name: ffbidx
version: {{ version }}

source:
git_url: https://github.com/paulscherrerinstitute/fast-feedback-indexer.git # [linux and py>=35]
# git_rev: {{ "v"+version }}
git_rev: {{ "v"+version }}

build:
number: 1
number: 0

requirements:
build:
Expand All @@ -30,7 +30,7 @@ about:
license_url: https://github.com/paulscherrerinstitute/fast-feedback-indexer/LICENSE.md
summary: "Fast feedback indexer library with python module for xray crystallography"
description: |
Provide the fast feedback indexer library with the python module for xray crystallography.
Fast feedback indexer library with the python module for xray crystallography.
Paper reference: https://doi.org/10.1107/S1600576724003182
Code repository: https://github.com/paulscherrerinstitute/fast-feedback-indexer
dev_url: https://github.com/paulscherrerinstitute/fast-feedback-indexer
Expand Down

0 comments on commit 45d363b

Please sign in to comment.