intel / intel/intel-graphics-compiler
DEB package installs its libraries under /usr/local/lib
- Dominant language
- C++
- Stars
- 718
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
**Expectation**
Library packages install their files into normal system locations, like the other Intel driver stack packages, e.g. under `/usr/lib/x86_64-linux-gnu/` on Ubuntu 24.04.
**Actual**
```
$ dpkg -L intel-igc-core-2
/usr
/usr/local
/usr/local/lib
/usr/local/lib/igc2
/usr/local/lib/igc2/NOTICES.txt
/usr/local/lib/libiga64.so.2.34.4+1778234987
/usr/local/lib/libigc.so.2.34.4+1778234987
/usr/local/lib/libiga64.so.2
/usr/local/lib/libigc.so.2
```
(This is from a package downloaded from the releases page in this repo, not from Intel package repos, in case those are packaged differently.)
**Relevant specs**
* Debian policy: https://www.debian.org/doc/debian-policy/ch-opersys.html
* LHS: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
Contributor guide
Assessment
This issue has not been assessed yet.