refresh-bio / FAMSA

Algorithm for ultra-scale multiple sequence alignments (3M protein sequences in 5 minutes and 24 GB of RAM)
GNU General Public License v3.0
150 stars 25 forks source link

A linux-static version of 1.2.2 would be greatly appreciated #7

Closed doomedramen closed 6 years ago

doomedramen commented 6 years ago

A linux-static version of 1.2.2 would be greatly appreciated as it does not compile in our environment due to invalid instructions (no such instruction:vinserti128 $0x1,%xmm9,%ymm5,%ymm7'`) and LD not accepting the opencl.a lib.

Thank you

agudys commented 6 years ago

Hello! I've just uploaded statically linked 1.2.2 binary. Moreover, some user-configurable flags enabling static linking and disabling GPU build have been added to the makefile. Analogous switches will be added soon to control AVX compilation. Readme file is also under construction. Please let me know if it works.

Regards, Adam

doomedramen commented 6 years ago

Static version works great, Thank you