Skip to content

Commit

Permalink
Update annembed v0.1.8 (#53181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianshu93 authored Jan 12, 2025
1 parent 9862937 commit 1290cc5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/annembed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{% set version = "0.1.7" %}
{% set version = "0.1.8" %}

package:
name: annembed
version: {{ version }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('annembed', max_pin="x.x") }}
skip: True # [osx]
source:
url: /~https://github.com/jianshu93/annembed/archive/v{{ version }}.tar.gz
sha256: 487119295d6b42a1e5785172a211658749534102532ab15488357ce37291d88c
sha256: 2a0839001bd3c935b61b007cc259249abc357e1807e73750e282c4e1f3119c95

requirements:
build:
- {{ compiler("cxx") }}
- {{ compiler('c') }}
- rust >=1.39
- {{ compiler('rust') }}
- make
- cmake

Expand All @@ -34,3 +34,5 @@ extra:
maintainers:
- Jean Pierre-Both
- Jianshu Zhao
identifiers:
- doi:10.1093/nargab/lqae172

0 comments on commit 1290cc5

Please sign in to comment.