When build via `python setup.py develop` it creates links for `libDPCTLSyclInterface.so`: ``` lrwxrwxrwx 1 spokhode intelall 26 Feb 11 14:59 libDPCTLSyclInterface.so -> libDPCTLSyclInterface.so.0 lrwxrwxrwx 1 spokhode intelall 29 Feb 11 14:50 libDPCTLSyclInterface.so.0 -> libDPCTLSyclInterface.so.0.12 -rw-r--r-- 1 spokhode intelall 231432 Feb 11 14:50 libDPCTLSyclInterface.so.0.12 ``` When build via `python setup.py install` it creates copies of `libDPCTLSyclInterface.so`: ``` -rwxr-xr-x 1 spokhode intelall 231432 Feb 11 16:26 libDPCTLSyclInterface.so -rw-r--r-- 1 spokhode intelall 231432 Feb 11 16:26 libDPCTLSyclInterface.so.0 -rw-r--r-- 1 spokhode intelall 231432 Feb 11 16:26 libDPCTLSyclInterface.so.0.12 ```