diff --git a/src/Makefile b/src/Makefile index b7f9094..1a32885 100755 --- a/src/Makefile +++ b/src/Makefile @@ -19,6 +19,7 @@ include ../config/auto.conf DIRS = aragorn \ clustalo \ + gnuparallel \ exonerate \ hmmer3 \ kimono \ diff --git a/src/gnuparallel/Makefile b/src/gnuparallel/Makefile new file mode 100644 index 0000000..0371ce9 --- /dev/null +++ b/src/gnuparallel/Makefile @@ -0,0 +1,25 @@ +# --------------------------------------------------------------- +# $Id: $ +# --------------------------------------------------------------- +# @file: Makefile +# @desc: makefile for package exonerate +# +# @history: +# @+ : Sept 15 : Adapted to ORG.Annot +# +# @note: should be processed with gnu compatible make +# @note: helixware_compatible +# +# @end: +# --------------------------------------------------------------- +# + +include ../../config/auto.conf + +PKG = parallel-20220122 + +#MAKEOPTIONS= openmp=no PREFIX=$(PRTPATH)/bin + +include $(CFGDIR)targets/package.targ + +include $(CFGDIR)targets/help.targ diff --git a/src/gnuparallel/parallel-20220122.tgz b/src/gnuparallel/parallel-20220122.tgz new file mode 100644 index 0000000..74fec82 Binary files /dev/null and b/src/gnuparallel/parallel-20220122.tgz differ