From a52d798273b4feb4c87f74ab0e172990bc0558ae Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 13 Jan 2024 21:18:45 +0530 Subject: [PATCH] try vs2022 --- recipe/conda_build_config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..51cefa9 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +# Avoid some compiler bugs +cxx_compiler: # [win] +- vs2022 # [win] +c_compiler: # [win] +- vs2022 # [win]