The env scripts for oneDPL set an environment variable called DPL_ROOT.
The FindDPL module in dpnp searches for an environment variable called DPLROOT that causes cmake to not locate a system installed oneDPL. The errant piece of code is the following:
The env scripts for oneDPL set an environment variable called
DPL_ROOT.The
FindDPLmodule in dpnp searches for an environment variable calledDPLROOTthat causes cmake to not locate a system installed oneDPL. The errant piece of code is the following:dpnp/dpnp/backend/cmake/Modules/FindDPL.cmake
Line 38 in 384302c