gancho-ivanov

Results 8 comments of gancho-ivanov

+1 to add CI on ARM64! @ctubbsii Accumulo is coded mostly in Java but still there is `server/native` that produces a `.so` (Linux native library). I have built Accumulo on...

Thank you for the feedback, @plubbe !

Nice work, @markjens ! I hope this PR get merged eventually! It is a nice reference how to build Trimal!

ARM64/AARCH64 architecture is used on more and more deployments these days! +1 for better support!

One more +1 for ARM64 support!

+1 for adding support for Linux ARM64! We moved many of our cloud deployments to ARM64 because it is cheaper and environmentally friendlier!

Hm! https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/commit/e2c7ccca74633ac61150d55e7c03270ab049b439#diff-ccfb8f3b7607fe494fe5c37a7db56e59cbcef2e76182dc9f8e3e4522e3984c4e added support for SSE2/NEON, but `git submodule update` checks out commit `8c9933a1685e0ab50c7d8b7926c9068bc0c9d7d2` from https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library which is 7 years old ... I don't see/understand why it checks out this...

I've updated manually the submodule (`cd src/Complete-Striped-Smith-Waterman-Library; git pull --rebase origin master`) and now the new problem is: ``` src/Complete-Striped-Smith-Waterman-Library/src/ssw_cpp.h:156:8: note: candidate expects 6 arguments, 5 provided src/bin/wham.cpp:2201:89: error: no...