Skip to content

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

Merged
Guilucand merged 1 commit intoalgbio:mainfrom
tmaklin:capi-makefile-patch
Jun 5, 2023
Merged

Fix C++ API makefile when compiler is not called g++#28
Guilucand merged 1 commit intoalgbio:mainfrom
tmaklin:capi-makefile-patch

Conversation

@tmaklin
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

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

@Guilucand Guilucand merged commit 614af41 into algbio:main Jun 5, 2023
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.

2 participants