Skip to content

Creating links for libDPCTLSyclInterface.so in building via python setup.py install #777

Closed
@PokhodenkoSA

Description

@PokhodenkoSA

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions