bad conda install on some machines
Hi! This must be an issue with my machine, but I am at a loss as to how to solve it...
I have one machine on which this is fine ~$ conda create -n TestEnv -c conda-forge -c bioconda diamond ~$ conda activate TestEnv ~$ diamond --version diamond version 2.1.4
and one machine for which ~$ conda create -n TestEnv -c conda-forge -c bioconda diamond ~$ conda activate TestEnv ~$ diamond --version Illegal instruction
What could cause this? How might I diagnose the cause?
It is caused by a lack of AVX2 instructions on older CPUs. I'm aware of the issue and will post a fix in the next days.
The machine in question was purchased in 2009, so you are absolved of any guilt!
This should be fixed in the latest release, although based on the compiler flags automatically used by conda, it may still not work on very old systems. If it fails you can try the github release binary.