Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions recipes/ish/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json

context:
version: "1.3.0"
modular_version: "=25.4"
extramojo_version: "=0.15"
version: "1.4.0"
mojo_version: "=0.25.6"
extramojo_version: "=0.18"


package:
Expand All @@ -12,9 +12,7 @@ package:

source:
- git: https://github.com/BioRadOpenSource/ish.git
rev: 0c88df6fab279b69f02b002bca35c2e3eecdc90e
# path: .
# use_gitignore: true
rev: 304233bc80b14c18f6f1497d17116d2328d2474f

build:
number: 0
Expand All @@ -29,12 +27,12 @@ build:

requirements:
host:
- modular ${{ modular_version }}
- mojo-compiler ${{ mojo_version }}
- extramojo ${{ extramojo_version }}
- zlib >=1.3.1,<2

run:
- modular ${{ modular_version }}
- mojo-compiler ${{ mojo_version }}
- zlib >=1.3.1,<2

tests:
Expand All @@ -44,7 +42,7 @@ tests:
- mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests
requirements:
run:
- modular ${{ modular_version }}
- mojo-compiler ${{ mojo_version }}
- extramojo ${{ extramojo_version }}
- zlib >=1.3.1,<2

Expand Down