dpnp
                                
                                
                                
                                    dpnp copied to clipboard
                            
                            
                            
                        dpnp uses incorrect environment flag to find DPL
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