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
25 changes: 8 additions & 17 deletions recipes/numojo/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
context:
version: "0.7.0"
version: "0.9.0"
mojo_version: "=0.26.2"

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

source:
- git: https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git
rev: 2b72ef420f68329a5d99120e0cdb642f027ae837
rev: d4b7fd744a81c855bd99905b2a42bf05cbd705a2

build:
number: 0
script:
- mojo package numojo -o ${{ PREFIX }}/lib/mojo/numojo.mojopkg

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

tests:
- script:
- if: unix
then:
- mojo run tests.mojo
requirements:
run:
- max=25.3
- numpy
files:
recipe:
- tests.mojo
- mojo-compiler ${{ mojo_version }}

about:
homepage: https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo
Expand Down