Skip to content

Commit b79a65b

Browse files
committed
No need to specify the version for DPC++ compiler and oneMKL
1 parent 7f3bf45 commit b79a65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environments/oneapi_pkgs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: OneAPI packages to build DPNP without OneAPI env activated
22
channels:
33
- https://software.repos.intel.com/python/conda/
44
dependencies:
5-
- dpcpp_linux-64>=2025.3 # force to install the latest release
6-
- mkl-devel-dpcpp>=2025.3 # force to install the latest release
5+
- dpcpp_linux-64
6+
- mkl-devel-dpcpp
77
- onedpl-devel
88
- tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel

0 commit comments

Comments
 (0)