From 8bc9409dba81d182f0812d726212fd48af8540a0 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Wed, 24 Apr 2024 10:09:31 -0700 Subject: [PATCH] Add stdlib --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b8aebd7..0e6a904 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -50,6 +50,7 @@ outputs: build: - {{ compiler("c") }} - {{ compiler("cxx") }} + - {{ stdlib("c") }} test: commands: - test -f $PREFIX/cuda-compat/libcuda.so.{{ driver_version }}