Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix C++ API makefile when compiler is not called g++ #28

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

tmaklin
Copy link
Contributor

@tmaklin tmaklin commented Jun 3, 2023

Building the C++ API fails on systems where the GNU C++ compiler is called something other than g++ (this happens e.g. inside a conda recipe). Replacing the call to g++ with the Makefile environment variable $(CXX) fixes this.

@Guilucand
Copy link
Collaborator

Hi, thanks for the fix!
I'll merge it now.

@Guilucand Guilucand merged commit 614af41 into algbio:main Jun 5, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants