From 59aebdb3cabf38619c6caf4a91eeb4fb8a1c56ed Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Mon, 17 Jun 2024 16:43:10 -0500 Subject: [PATCH] Try specifying cxx compiler version Signed-off-by: Patrick Avery --- conda.recipe/conda_build_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index 26d5d326b..d190f0075 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -6,6 +6,12 @@ c_compiler: - gcc # [linux] - clang # [osx] - vs2019 # [win] +cxx_compiler: + - gcc # [linux] + - clang # [osx] + - vs2019 # [win] +cxx_compiler_version: # [osx] + - 16.0.6 # [osx] target_platform: - linux-64 # [linux] - osx-64 # [osx]