Skip to content
Open
2 changes: 1 addition & 1 deletion data/failed-compatibility-macos-latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion data/failed-compatibility-magic_arm64_8core.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion data/failed-compatibility-ubuntu-latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
20 changes: 10 additions & 10 deletions recipes/ish/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# 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:
name: "ish"
version: ${{ version }}

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

build:
number: 0
Expand All @@ -29,12 +29,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 +44,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