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:
@ -1,4 +1,4 @@
|
||||
#!/bin/csh -f
|
||||
#!/bin/env tcsh -f
|
||||
#
|
||||
# Annotate CDS - Exonerate
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/csh -f
|
||||
#!/bin/env tcsh -f
|
||||
#
|
||||
# filter a DB thru BlastX
|
||||
# usually to speedup further DB search
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/csh -f
|
||||
#!/bin/env tcsh -f
|
||||
#
|
||||
# Annotate CDS
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/csh -f
|
||||
#!/bin/env tcsh -f
|
||||
|
||||
setenv Verbose 0
|
||||
|
||||
|
@ -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
25
src/tcsh/Makefile
Normal 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
BIN
src/tcsh/tcsh-6.19.00.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user