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

Use machine type for include path #18

Merged
merged 1 commit into from
Dec 26, 2021
Merged

Use machine type for include path #18

merged 1 commit into from
Dec 26, 2021

Conversation

pkerpedjiev
Copy link
Collaborator

@pkerpedjiev pkerpedjiev commented Dec 26, 2021

Fixes #17

Kent tools output their library to src/$(MACHTYPE)/libkent.a but setup.py has the linker path hardcoded to x86_64. This leads to the python setup script not finding the library and failing. This PR uses an architecture-specific linker path in setup.py.

@nvictus nvictus merged commit 89cf8bf into master Dec 26, 2021
@nvictus nvictus deleted the fix-uname branch December 26, 2021 22:20
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

Successfully merging this pull request may close these issues.

Docker build on Apple M1 Pro fails
2 participants