mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

Windows support (Python 2.7 => MSVC 2008) #16

Closed Jorge-C closed 2 years ago

Jorge-C commented 9 years ago

Hi! A scikit-bio contributor has been working on compiling it under windows, using MSVC 2008, but hit some problems with your library. The first changes were to define a couple of variables at the beginning of the scope, but he's now getting a segmentation fault, see a few more details in this issue. Do you have any hints? Thank you!

Jorge-C commented 9 years ago

Ping! We now have a PR that solves this issue. Are you happy to add these improvements once we merge them so that we can keep tracking upstream? Thanks :)

mengyao commented 9 years ago

Thank you so much.

Yes. I would like to merge it. Please just let me know.

Many thanks,

Mengyao

On Nov 25, 2014, at 4:31 PM, Jorge Cañardo Alastuey notifications@github.com wrote:

Ping! We now have a PR https://github.com/biocore/scikit-bio/pull/780 that solves this issue. Are you happy to add these improvements once we merge them so that we can keep tracking upstream? Thanks :)

— Reply to this email directly or view it on GitHub https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/issues/16#issuecomment-64474462.

jeffdaily commented 6 years ago

Sorry to revive an old thread, but I wanted to point out that my https://github.com/jeffdaily/parasail sequence alignment project has a CMake build that works natively on windows.