We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c29153 commit f1f66c3Copy full SHA for f1f66c3
1 file changed
environment-dev.yml
@@ -5,8 +5,9 @@ dependencies:
5
# Build dependencies
6
- make
7
- cmake
8
- - clangxx # [not win]
9
- - cxx-compiler # [win]
+ - sel(unix): clangxx=21
+ - sel(win): cxx-compiler
10
+ - sel(linux): cxx-compiler
11
# Host dependencies
12
- xeus>=6.0.0
13
- xeus-zmq
@@ -15,7 +16,7 @@ dependencies:
15
16
- CppInterOp>=1.8
17
- pugixml
18
- cpp-argparse
- - llvm-openmp
19
+ - sel(unix): llvm-openmp=21
20
- curl
21
- libcurl
22
- libcurl-static
0 commit comments