intel / DML

Intel® Data Mover Library (Intel® DML)
https://intel.github.io/DML/
MIT License
81 stars 17 forks source link

CMake file bug: The .so file does not get a SONAME suffix #5

Closed fenrus75 closed 2 years ago

fenrus75 commented 2 years ago

the shared library gets installed as /usr/lib64/libdml.so instead of /usr/lib64/libdml.so.1.0 this violates all linux standards and should be fixed (and prevents future compatibility managability)

EgorKupaev commented 2 years ago

Hi @fenrus75,

DML is a static library, so I suppose it shouldn't have soname.

From the cmake point of view, I think there will be no harm to add soname though.

EgorKupaev commented 2 years ago

The issue was fixed as part of v0.1.4-beta