ROCm / ROCm-CompilerSupport

The compiler support repository provides various Lightning Compiler related services.
47 stars 31 forks source link

comgr: Install to standard locations using GNUInstallDirs #15

Closed candrews closed 4 years ago

candrews commented 4 years ago

Some distributions require 64 bit libraries to be installed to lib64, for example. Using GNUInstallDirs ensures that files are installed to the expected locations.

See also RadeonOpenCompute/ROCR-Runtime#51 https://github.com/RadeonOpenCompute/ROCm-OpenCL-Driver/pull/85 and work already in RadeonOpenCompute/ROCT-Thunk-Interface@fd26b7f

scott-linder commented 4 years ago

This also LGTM, and is something I have been meaning to do. I will apply this in our internal repo soon.

scott-linder commented 4 years ago

Committed as 9366fbd. Thanks!