Skip to content

Commit

Permalink
rename evalhyd-cpp feedstock to libevalhyd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibHlln committed May 5, 2023
1 parent 5ed5c1d commit 016b79c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/evalhyd-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- xtl >=0.7.5
- xtensor >=0.24.6
- cli11 >=2.3.1
- evalhyd-cpp ==0.1.0
- libevalhyd ==0.1.0

test:
commands:
Expand Down
2 changes: 1 addition & 1 deletion recipes/evalhyd-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ requirements:
- xtl >=0.7.5
- xtensor >=0.24.6
- xtensor-python >=0.26.1
- evalhyd-cpp ==0.1.0
- libevalhyd ==0.1.0
run:
- python
- numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# conda-forge feedstock (i.e. `conda install -c conda-forge <project_name>`)
{% set project_name = "evalhyd-cpp" %}
{% set project_name = "libevalhyd" %}
# gitlab repository
{% set repository_name = "evalhyd-cpp" %}
{% set version = "0.1.0" %}
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-evalhyd/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ requirements:
- xtl >=0.7.5
- xtensor >=0.24.6
- xtensor-r >=0.14.2
- evalhyd-cpp ==0.1.0
- libevalhyd ==0.1.0
run:
- r-base
- {{ pin_compatible('xtensor-r', max_pin='x.x') }}
Expand Down

0 comments on commit 016b79c

Please sign in to comment.