Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong SOFA binary folder on Windows #256

Open
alxbilger opened this issue May 13, 2022 · 0 comments
Open

Wrong SOFA binary folder on Windows #256

alxbilger opened this issue May 13, 2022 · 0 comments
Labels
issue: bug Something isn't working

Comments

@alxbilger
Copy link
Contributor

In https://github.com/sofa-framework/SofaPython3/blob/master/bindings/Sofa/package/__init__.py, the code checks the existence of files relative to SOFA_ROOT.
However, on Windows, the bin folder is not sofa_root + "\\bin", but sofa_root + "\\bin\\<COMPILATION_MODE>". For example bin/RelWithDebInfo, bin/Release or bin/Debug.
Therefore, the variables sofa_bin_path and sofapython3_bin_path are wrongly defined.

@alxbilger alxbilger added the issue: bug Something isn't working label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant