Add the latest tcsh able to deal with large PATH (at least 4096)

Former-commit-id: 32011d9b239e2c5ed93646a8173b285f377693a3
Former-commit-id: 6e804387bfacfc4e9242ef3f7014642044f3aa2c
This commit is contained in:
2016-04-13 16:21:50 +02:00
parent 756d541a82
commit 69434c5b86
7 changed files with 31 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/csh -f
#!/bin/env tcsh -f
#
# Annotate CDS - Exonerate
#

View File

@ -1,4 +1,4 @@
#!/bin/csh -f
#!/bin/env tcsh -f
#
# filter a DB thru BlastX
# usually to speedup further DB search

View File

@ -1,4 +1,4 @@
#!/bin/csh -f
#!/bin/env tcsh -f
#
# Annotate CDS
#

View File

@ -1,4 +1,4 @@
#!/bin/csh -f
#!/bin/env tcsh -f
setenv Verbose 0

View File

@ -31,7 +31,8 @@ DIRS = aragorn \
sumatra \
gawk \
getopt \
cd-hit
cd-hit \
tcsh
include ../config/targets/propagate.targ

25
src/tcsh/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 = tcsh-6.19.00
MAKEOPTIONS= openmp=no PREFIX=$(PRTPATH)/bin
include $(CFGDIR)targets/package.targ
include $(CFGDIR)targets/help.targ

BIN
src/tcsh/tcsh-6.19.00.tgz Normal file

Binary file not shown.