File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- {% set version = "0.2.4 " %}
1
+ {% set version = "0.2.5 " %}
2
2
3
3
package :
4
4
name : annembed
10
10
- {{ pin_subpackage('annembed', max_pin="x.x") }}
11
11
source :
12
12
url : https://github.com/jianshu93/annembed/archive/v{{ version }}.tar.gz
13
- sha256 : 8456e282d82112fb673114f260490e8939e7f070deb86307ee92ccc2d99c0d2b
13
+ sha256 : e2126bbf07943ce86eba8e1870d18777b3acc6cbe4ceb7d7408ad4edc724cac0
14
14
15
15
requirements :
16
16
build :
@@ -19,13 +19,16 @@ requirements:
19
19
- {{ compiler('rust') }}
20
20
- make
21
21
- cmake
22
- - openblas
22
+ - openblas # [osx]
23
+ - openblas # [linux and aarch64]
23
24
host :
24
- - openblas
25
- - openssl
25
+ # Only needed on macOS (any arch) and Linux aarch64
26
+ - openblas # [osx]
27
+ - openblas # [linux and aarch64]
26
28
run :
27
- - openblas
28
- - openssl
29
+ - openblas # [osx]
30
+ - openblas # [linux and aarch64]
31
+
29
32
test :
30
33
commands :
31
34
- annembed -h
You can’t perform that action at this time.
0 commit comments