File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22
33context :
4- version : " 1.3 .0"
5- modular_version : " =25.4 "
6- extramojo_version : " =0.15 "
4+ version : " 1.4 .0"
5+ mojo_version : " =0. 25.6 "
6+ extramojo_version : " =0.18 "
77
88
99package :
@@ -12,9 +12,7 @@ package:
1212
1313source :
1414 - git : https://github.com/BioRadOpenSource/ish.git
15- rev : 0c88df6fab279b69f02b002bca35c2e3eecdc90e
16- # path: .
17- # use_gitignore: true
15+ rev : 304233bc80b14c18f6f1497d17116d2328d2474f
1816
1917build :
2018 number : 0
@@ -29,12 +27,12 @@ build:
2927
3028requirements :
3129 host :
32- - modular ${{ modular_version }}
30+ - mojo-compiler ${{ mojo_version }}
3331 - extramojo ${{ extramojo_version }}
3432 - zlib >=1.3.1,<2
3533
3634 run :
37- - modular ${{ modular_version }}
35+ - mojo-compiler ${{ mojo_version }}
3836 - zlib >=1.3.1,<2
3937
4038tests :
4442 - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests
4543 requirements :
4644 run :
47- - modular ${{ modular_version }}
45+ - mojo-compiler ${{ mojo_version }}
4846 - extramojo ${{ extramojo_version }}
4947 - zlib >=1.3.1,<2
5048
You can’t perform that action at this time.
0 commit comments