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

Update makefile to make more portable #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pettyalex
Copy link
Collaborator

@pettyalex pettyalex commented Nov 6, 2023

Update makefile to work with Apple Clang on Mac OS, and to follow Makefile norms more closely.

I did this while packaging SuSiEx for bioconda, my group has been using it and it'd be nice if it were available to install through Bioconda: bioconda/bioconda-recipes#44131

This Makefile should be more flexible and portable for anyone to be able to work with SuSiEx in the future.

I also noticed that the previous makefile didn't apply optimizations at all, you have to tell the compilation step -O3 and it was only being applied at the linking step.

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.

None yet

1 participant