Add dependency to GNU parallel

Former-commit-id: 78cb887499f05a9b5ac936e40d228a202e3cc41c
Former-commit-id: 12f8fc27b6c99a17af557cc2bceff0cdacc4cb16
This commit is contained in:
2022-02-17 18:39:51 +01:00
parent 3c11767520
commit 18453afeae
3 changed files with 26 additions and 0 deletions

View File

@ -19,6 +19,7 @@ include ../config/auto.conf
DIRS = aragorn \
clustalo \
gnuparallel \
exonerate \
hmmer3 \
kimono \

25
src/gnuparallel/Makefile Normal file
View File

@ -0,0 +1,25 @@
# ---------------------------------------------------------------
# $Id: $
# ---------------------------------------------------------------
# @file: Makefile
# @desc: makefile for package exonerate
#
# @history:
# @+ <Gloup> : 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

Binary file not shown.