mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
17 lines
354 B
Text
17 lines
354 B
Text
post_install() {
|
|
cat << EOF
|
|
|
|
raxml has installed all buildable executables, which ones depends on
|
|
your hardware (AVX, AVX2, SSE)
|
|
|
|
if you either want (or need) an executable that is just called raxml,
|
|
create a symlink like this to your preferred variant:
|
|
|
|
ln -s /usr/bin/raxmlHPC-PTHREADS-AVX2 /usr/bin/raxml
|
|
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|