Skip to content

dpnp uses incorrect environment flag to find DPL #1319

@diptorupd

Description

@diptorupd

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:

if(DEFINED ENV{DPLROOT})

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions