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

CIBW_REPAIR_WHEEL_COMMAND does not expand {project} (and other placeholders) #1931

Open
LecrisUT opened this issue Jul 10, 2024 · 1 comment

Comments

@LecrisUT
Copy link

Could the placeholders be better documented and more consistent? Something like {project} feels like it should be expandable on all commands. I've hit this issue when trying to use before_build and repair-wheel-command

@claudiodsf
Copy link

That would be nice if CIBW_REPAIR_WHEEL_COMMAND could expand {project} for things like specifying an absolute path in LD_LIBRARY_PATH.

I currently have to specify it explicitly:

  repair-wheel-command = 'LD_LIBRARY_PATH=/project/external/fftw3/lib auditwheel repair -w {dest_dir} {wheel}'

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

No branches or pull requests

3 participants