ComparativeGenomicsToolkit / taffy

This is a library C/Python/CLI for working with TAF (.taf,.taf.gz) and MAF (.maf) alignment files
MIT License
23 stars 3 forks source link

add CACTUS_LEGACY_ARCH toggle to disable avx2 #44

Closed glennhickey closed 6 months ago

glennhickey commented 6 months ago

I'm copying this directly from Cactus's include.mk so that taffy will use the same toggle to switch abpoa between sse2 and avx2. This is required to integrate taffy into cactus, and even for Cactus's CI tests to run.