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: 12 additions & 4 deletions recipes/kelvin/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
context:
version: 0.1.1
version: 0.1.2
mojo_version: "=25.5"

package:
name: "kelvin"
version: ${{ version }}

source:
- git: https://github.com/bgreni/Kelvin.git
rev: e8afbd34e7922e33ab9b5ab75333d1c816cdfe05
rev: fcd18cad27aac76daf818782115d06e251ed9f40

build:
number: 0
Expand All @@ -16,9 +17,11 @@ build:

requirements:
host:
- max =25.4
- mojo-compiler ${{ mojo_version }}
build:
- mojo-compiler ${{ mojo_version }}
run:
- ${{ pin_compatible('max') }}
- ${{ pin_compatible('mojo-compiler') }}

tests:
- script:
Expand All @@ -27,6 +30,11 @@ tests:
- mojo test
# Can't convince PR build to find this file
# - python3 scripts/run_reject_tests.py
requirements:
build:
- mojo ${{ mojo_version }}
run:
- mojo ${{ mojo_version }}

about:
homepage: https://github.com/bgreni/Kelvin
Expand Down
Loading