-
Notifications
You must be signed in to change notification settings - Fork 412
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
Pymake #1234
base: master
Are you sure you want to change the base?
Pymake #1234
Conversation
I've close this for now, as I had a failed build in our CI system. There might be some simple compiler flags to change. |
This two stage approach requires -fPIC to be set when building libminimap.a on Linux. |
I'm still in two minds as to whether this is the best way to perform the build. It has the advantage of not needing to duplicate and maintain the tortuous logic of the makefile of which things to build, but does require make. |
This PR redoes #868 only it adds the crucial
include *.c
into the MANIFEST file used to create the source distribution tarball.It can be tested with:
then navigating to the output directory and installing: