Skip to content

Conversation

@pnvaidya
Copy link
Contributor

@pnvaidya pnvaidya commented Apr 2, 2018

Added support for c/c++i interface for SmithWaterman and PairHMM.

@Kmannth
Copy link
Contributor

Kmannth commented Sep 24, 2020

I tested this pull request this week.

There is issue with linking the C test aplications presently. This is a good start but need more work before it can land.

@@ -0,0 +1,19 @@
CC = gcc
CFLAGS= -O3 -std=c++11
SHARED_LIBRARIES = -L../../../build/native -lgkl_pairhmm_c -lstdc++
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Makefile is not sufficent to link the application more work is needed.

It seem a header file is needed to use gkl_pairhmm_c

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