mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b8bf1cfd41
Hangs when built with clang and minimal optimizations, so build with GCC temporarily. Upstream is investigating.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|