stamatak / ExaML

Exascale Maximum Likelihood (ExaML) code for phylogenetic inference using MPI
49 stars 24 forks source link

add -msse to CFLAGS #5

Closed rvosa closed 11 years ago

rvosa commented 11 years ago

I was getting an error "SSE instruction set not enabled" when trying to build the parser on SliTaz linux. Adding -msse to the CFLAGS in the Makefile fixed this.

Best wishes,

Rutger

stamatak commented 11 years ago

Hi Rutger,

Thanks, fixed it :-) Hope that you are doing well .....

Alexis