academic/RAxML: update Copyright year

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 15:29:07 +03:00 committed by Willy Sudiarto Raharjo
parent 30a96974e4
commit 5dca92eded
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -2,7 +2,7 @@
# Slackware build script for RAxML
# Copyright 2019 Petar Petrov slackalaxy@gmail.com
# Copyright 2019-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -76,7 +76,7 @@ cp Makefile.gcc Makefile
sed -i "/^CFLAGS/s/=/+=/" Makefile
sed -i "s|raxmlHPC|raxml|g" Makefile
CFLAGS="$SLKCFLAGS" \
make -f Makefile
make -f Makefile -j1
install -D -m755 raxml $PKG/usr/bin/raxml
# Openmpi version
@ -84,7 +84,7 @@ cp Makefile.MPI.gcc Makefile.MPI
sed -i "/^CFLAGS/s/=/+=/" Makefile.MPI
sed -i "s|raxmlHPC-MPI|raxml-MPI|g" Makefile.MPI
CFLAGS="$SLKCFLAGS" \
make -f Makefile.MPI
make -f Makefile.MPI -j1
install -D -m755 raxml-MPI $PKG/usr/bin/raxml-MPI
##########################################################################