Skip to content

Commit

Permalink
Attempt to modify compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Dec 12, 2023
1 parent 034ece7 commit cb56190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb56190

Please sign in to comment.