Skip to content

Commit f1f66c3

Browse files
committed
Use selectors in the environment file to install correct resource directory, and make openmp tests pass
1 parent 6c29153 commit f1f66c3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

environment-dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ dependencies:
55
# Build dependencies
66
- make
77
- cmake
8-
- clangxx # [not win]
9-
- cxx-compiler # [win]
8+
- sel(unix): clangxx=21
9+
- sel(win): cxx-compiler
10+
- sel(linux): cxx-compiler
1011
# Host dependencies
1112
- xeus>=6.0.0
1213
- xeus-zmq
@@ -15,7 +16,7 @@ dependencies:
1516
- CppInterOp>=1.8
1617
- pugixml
1718
- cpp-argparse
18-
- llvm-openmp
19+
- sel(unix): llvm-openmp=21
1920
- curl
2021
- libcurl
2122
- libcurl-static

0 commit comments

Comments
 (0)