File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
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 :
1010 name : " ish"
1111 version : ${{ version }}
1212
1313source :
14- - git : https://github.com/BioRadOpenSource/ish.git
15- rev : 0c88df6fab279b69f02b002bca35c2e3eecdc90e
16- # path: .
17- # use_gitignore: true
14+ # - git: https://github.com/BioRadOpenSource/ish.git
15+ # rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311
16+ path : .
17+ use_gitignore : true
1818
1919build :
2020 number : 0
@@ -29,12 +29,12 @@ build:
2929
3030requirements :
3131 host :
32- - modular ${{ modular_version }}
32+ - mojo-compiler ${{ mojo_version }}
3333 - extramojo ${{ extramojo_version }}
3434 - zlib >=1.3.1,<2
3535
3636 run :
37- - modular ${{ modular_version }}
37+ - mojo-compiler ${{ mojo_version }}
3838 - zlib >=1.3.1,<2
3939
4040tests :
4444 - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests
4545 requirements :
4646 run :
47- - modular ${{ modular_version }}
48- - extramojo ${{ extramojo_version }}
47+ - mojo-compiler ${{ mojo_version }}
48+ - extramojo ${{ extramojo_version }}
4949 - zlib >=1.3.1,<2
5050
5151 files :
You can’t perform that action at this time.
0 commit comments