mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/RAxML: update Copyright year
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
30a96974e4
commit
5dca92eded
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue