Avoid static linking * mauveAlignerStatic fails to build due to a problem linking -lgomp symbols May be these need to be linked right into libGenome to make thos working * Moreover the -static flag is suppressed in general * Once -static is dropped progressiveMauveStatic becomes identical to progressiveMauve and is thus skipped as well
Fix FTBFS with boost1.67 Make an explicit call to the constructor for NeighborhoodGroup (which is an alias for a specialization of boost::tuple), which is not marked as "explicit".