sys-bio / Libstructural

A library for various structural analyses
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

_structural.pyd is being copied to the wrong directory #8

Closed hsauro closed 6 years ago

hsauro commented 6 years ago

When building ligstructural, _structural.pyd is currently being copied to BUILD_x64/SWIG/Release.

Shouldn't it be copied to

INSALL_x64/wrapper/structural

?

yosefmaru commented 6 years ago

Yes. It copies in both BUILD_x64/SWIG/Release and INSALL_x64/wrapper/structural if you target your Build to INSTALL. If you build with ALL_BUILD target, you won't get _structural.pyd in INSALL_x64/wrapper/structural.

kirichoi commented 6 years ago

ALL_BUILD should move pyd file to install directory as well.