Commit aa5800e
authored
Fix build env used for testing oneMath interface (#2646)
The PR updates the file with the conda environment used to create build
conda env for testing oneMath interfaces:
- forced to use DPC++ and MKL from the latest release 2025.3 (no the
latest compiler packages on conda-forge yet)
- forced to install TBB from Intel channel, because MKL is not
compatible with the latest `tbb` from the conda-forge when cmake option
`MKL_THREADING=tbb_thread` used
Alternatively there might an approach to create the env with strict
channel priority, now the default one is flexible, which can't guarantee
the packages from high priority channel are installing.1 parent 0c4d440 commit aa5800e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments