ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.
https://rocm.docs.amd.com/projects/MIVisionX/en/latest/
MIT License
186 stars 73 forks source link

Remove system path from cmakelists.txt #583

Closed haampie closed 3 years ago

haampie commented 3 years ago

Could you please drop this absolute path /opt/rocm/mivisionx/include from https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/master/utilities/mv_deploy/CMakeLists.txt#L27

Ref https://github.com/spack/spack/pull/25159

kiritigowda commented 3 years ago

@haampie thanks for pointing out this issue, #584 will solve this issue.

kiritigowda commented 3 years ago

584 merged

haampie commented 3 years ago

Thank you!