Skip to content

Commit 8c1f794

Browse files
authored
Remove workarounds to issues with build env for oneMath interface (#2904)
This PR partially removes workarounds added in #2646
1 parent a3cced7 commit 8c1f794

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

environments/oneapi_pkgs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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
7-
- mkl-devel>=2025.3 # w/a to intel_repack-feedstock#121
5+
- dpcpp_linux-64
6+
- mkl-devel-dpcpp
87
- onedpl-devel
98
- tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel

0 commit comments

Comments
 (0)