From 02976885e286da9468dd91df4642b25db2e490c6 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Thu, 25 Apr 2024 01:16:17 -0700 Subject: [PATCH] Specify c_stdlib --- conda/recipes/cudf/conda_build_config.yaml | 3 +++ conda/recipes/cudf_kafka/conda_build_config.yaml | 3 +++ conda/recipes/libcudf/conda_build_config.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/conda/recipes/cudf/conda_build_config.yaml b/conda/recipes/cudf/conda_build_config.yaml index de66f3ff68b..d399e440edd 100644 --- a/conda/recipes/cudf/conda_build_config.yaml +++ b/conda/recipes/cudf/conda_build_config.yaml @@ -4,6 +4,9 @@ c_compiler_version: cxx_compiler_version: - 11 +c_stdlib: + - sysroot + c_stdlib_version: - "2.17" diff --git a/conda/recipes/cudf_kafka/conda_build_config.yaml b/conda/recipes/cudf_kafka/conda_build_config.yaml index de66f3ff68b..d399e440edd 100644 --- a/conda/recipes/cudf_kafka/conda_build_config.yaml +++ b/conda/recipes/cudf_kafka/conda_build_config.yaml @@ -4,6 +4,9 @@ c_compiler_version: cxx_compiler_version: - 11 +c_stdlib: + - sysroot + c_stdlib_version: - "2.17" diff --git a/conda/recipes/libcudf/conda_build_config.yaml b/conda/recipes/libcudf/conda_build_config.yaml index f09d3dc3c25..ba5e96fb6cf 100644 --- a/conda/recipes/libcudf/conda_build_config.yaml +++ b/conda/recipes/libcudf/conda_build_config.yaml @@ -10,6 +10,9 @@ cuda_compiler: cuda11_compiler: - nvcc +c_stdlib: + - sysroot + c_stdlib_version: - "2.17"