Skip to content

Platform Examples

Every box is built natively for one exact target. These snippets show target declarations and shell syntax; they do not claim that a particular recipe or scientific workload has been validated. Replace my-recipe and use the exact pixiVersion pinned by that recipe.

jsonc
"target": { "platform": "macos", "arch": "aarch64", "accelerator": "cpu" }
sh
scrollcase doctor --recipe my-recipe
scrollcase lock my-recipe
scrollcase audit my-recipe
scrollcase build my-recipe

The interpreter is venv/bin/python; the target ID is macos-aarch64-cpu.

verify --self-test also requires the matching native OS and architecture. CPU and CUDA boxes share neither identity nor implied compatibility; build and verify each target independently.

Scrollcase v0.1.2 · schema version 1 · Privacy · Changelog