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

Pybob sets /lib as library prefix in env.sh, even on 64bit only systems #25

Open
d3rhans opened this issue Nov 3, 2019 · 0 comments
Open

Comments

@d3rhans
Copy link

d3rhans commented Nov 3, 2019

Pybob sets the library path on Linux systems to .../lib/..., hardcoded in environment.py, line 32. If packages are installed on a 64bit only system, they will reside in .../lib64/... as determined by cmake. This leads to a non-working env.sh file after the bolero installation, see rock-learning/bolero#111

I assume the correct way to do this, is to query the DESTDIR system configuration variable of distutils. I'll test this on different systems (Fedora and Ubuntu) and provide a pull request.

Workaround: Till this is fixed, manually change the path in env.sh to the correct installation directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant