From cb56190e4cb7f679b559c493c05d6972db1e30b5 Mon Sep 17 00:00:00 2001 From: Dominic Dirkx Date: Tue, 12 Dec 2023 14:51:51 +0100 Subject: [PATCH] Attempt to modify compiler --- .ci_support/win_64_.yaml | 4 ---- recipe/meta.yaml | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 3ea29e2..05718b1 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,13 +1,9 @@ boost_cpp: - 1.78.0 -c_compiler: -- vs2019 channel_sources: - tudat-team, conda-forge, defaults channel_targets: - tudat-team main -cxx_compiler: -- vs2019 pin_run_as_build: boost-cpp: max_pin: x.x.x diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1827564..42e3f37 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,8 +24,9 @@ requirements: # system and include things such as revision control systems (Git, SVN) make # tools (GNU make, Autotool, CMake) and compilers (real cross, pseudo-cross, # or native when not cross-compiling), and any source pre-processors. - - {{ compiler('cxx') }} - - {{ compiler('c') }} + - {{ compiler('cxx') }} # [not win] + - {{ compiler('c') }} # [not win] + - {{ compiler('clang') }} # [win] - cmake - make # [unix] outputs: