b8bf1cfd41
Hangs when built with clang and minimal optimizations, so build with GCC temporarily. Upstream is investigating.
13 lines
278 B
Text
13 lines
278 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
MMseqs2 can benefit greatly from advanced CPU features such as AVX.
|
|
Consider setting additional optimizations such as -march=native (e.g.
|
|
in make.conf) and reinstalling from source via
|
|
|
|
cd ${PORTSDIR}/biology/mmseqs2 && make install
|
|
|
|
EOM
|
|
}
|
|
]
|