Skip to content
Open
Show file tree
Hide file tree
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
Binary file added recipes/turing/image.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions recipes/turing/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
context:
version: "0.1.0"

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

source:
- git: https://github.com/TuringCore/turing.git
rev: 1b04b9115a44c107a4c63c9a65506ed55f133e67

build:
number: 0
script:
- mkdir -p ${PREFIX}/lib/mojo
- mojo package src/hkt_probprog -o ${{ PREFIX }}/lib/mojo/turing.mojopkg

requirements:
host:
- mojo-compiler
build:
- mojo-compiler
run:
- mojo-compiler

tests:
- script:
- if: unix
then:
- mojo tests/test_hkt_demo.mojo
- mojo tests/test_inference_paths.mojo
files:
recipe:
- tests/test_hkt_demo.mojo
- tests/test_inference_paths.mojo

about:
homepage: https://github.com/TuringCore/turing
license: BSD-3-Clause
license_file: LICENSE
summary: A focused Mojo library for Bayesian probabilistic programming with HKT-style type safety and practical inference engine paths.
repository: https://github.com/TuringCore/turing.git

extra:
project_name: Turing
maintainers:
- jrule