You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments