diff --git a/data/failed-compatibility-macos-latest.json b/data/failed-compatibility-macos-latest.json index 9e26dfee..0967ef42 100644 --- a/data/failed-compatibility-macos-latest.json +++ b/data/failed-compatibility-macos-latest.json @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/data/failed-compatibility-magic_arm64_8core.json b/data/failed-compatibility-magic_arm64_8core.json index 9e26dfee..0967ef42 100644 --- a/data/failed-compatibility-magic_arm64_8core.json +++ b/data/failed-compatibility-magic_arm64_8core.json @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/data/failed-compatibility-ubuntu-latest.json b/data/failed-compatibility-ubuntu-latest.json index 9e26dfee..0967ef42 100644 --- a/data/failed-compatibility-ubuntu-latest.json +++ b/data/failed-compatibility-ubuntu-latest.json @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/recipes/ish/recipe.yaml b/recipes/ish/recipe.yaml index 577cee22..0ef7938f 100644 --- a/recipes/ish/recipe.yaml +++ b/recipes/ish/recipe.yaml @@ -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: @@ -11,10 +11,10 @@ package: 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 @@ -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: @@ -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