From de0381f6f5acb3a1aebb271fbd5bd009cf82ff66 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 15 Oct 2024 08:24:06 -0700 Subject: [PATCH] Enable `conda-build` to produce `.conda` packages (#176) --- context/condarc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 85f1e91..9700665 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -7,6 +7,7 @@ channels: - conda-forge - nvidia conda-build: + pkg_format: '2' set_build_id: false root_dir: $RAPIDS_CONDA_BLD_ROOT_DIR output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR