From a9e4d6179569d8aaf87fb45f2860bd8883d193e1 Mon Sep 17 00:00:00 2001 From: William Galvin Date: Sun, 27 Oct 2024 11:33:09 -0700 Subject: [PATCH] add make, cxx deps --- devtools/conda-build/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/conda-build/meta.yaml b/devtools/conda-build/meta.yaml index aa8a643..025de45 100644 --- a/devtools/conda-build/meta.yaml +++ b/devtools/conda-build/meta.yaml @@ -26,7 +26,9 @@ requirements: - python - pip - cmake + - make - cxx-compiler + - {{ compiler('cxx') }} run: - python_abi