From 186242ee6cd2a101258c29386561684d65f9db11 Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Tue, 25 Jun 2024 16:19:22 +0200 Subject: [PATCH] fixing config --- conda/recipes/sofa/conda_build_config.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/conda/recipes/sofa/conda_build_config.yaml b/conda/recipes/sofa/conda_build_config.yaml index 415b9f4..3b0c92c 100644 --- a/conda/recipes/sofa/conda_build_config.yaml +++ b/conda/recipes/sofa/conda_build_config.yaml @@ -1,10 +1,17 @@ -c_compiler: # [win] +c_compiler: - vs2022 # [win] -cxx_compiler: # [win] + - clang # [osx] + - gcc # [linux] +cxx_compiler: - vs2022 # [win] + - gxx # [linux] + - clangxx # [osx] c_stdlib: - sysroot # [linux] + - vs # [win] - macosx_deployment_target # [osx] c_stdlib_version: - 2.17 # [linux] - - 10.13 # [osx] \ No newline at end of file + - 10.13 # [osx] +cdt_name: + - cos7 # [linux]