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-recipeThe 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.