dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

dpnp uses incorrect environment flag to find DPL

Open diptorupd opened this issue 1 year ago • 0 comments

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:

https://github.com/IntelPython/dpnp/blob/384302c773a4a268a6cfb1d486cfe37e16fd7065/dpnp/backend/cmake/Modules/FindDPL.cmake#L38

diptorupd avatar Feb 25 '23 21:02 diptorupd