From 82c2d95be2ca1c9935f5f078dc05178aac279f54 Mon Sep 17 00:00:00 2001 From: "Philip Mueller, CSCS" Date: Fri, 10 Jul 2026 15:51:30 +0200 Subject: [PATCH] Fixed a typo. --- docs/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.md b/docs/recipes.md index d1e7037..042872f 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -139,7 +139,7 @@ Because it replaces the defaults, restate any default variants that should be ke ```yaml title='cuda offload' gcc: version: "15" # compatible with cuda@13.x - speac: "+nvptx~bootstrap" + spec: "+nvptx~bootstrap" ``` Bootstrapping needs to be explicitly disabled to compile gcc.