11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6 1998/03/13 11:53:29 peterg
## reduce --> reduce 64
##
## Revision 1.5 1998/01/16 08:55:01 peterg
## MAKE=make
##
## Revision 1.4 1998/01/06 09:14:51 peterg
|
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.7 1998/03/24 09:11:49 peterg
## Compatible with .csh version
##
## Revision 1.6 1998/03/13 11:53:29 peterg
## reduce --> reduce 64
##
## Revision 1.5 1998/01/16 08:55:01 peterg
## MAKE=make
##
## Revision 1.4 1998/01/06 09:14:51 peterg
|
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib
#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
OCTAVE_LOAD_PATH=$OCTAVE_PATH
#Setup octave
export OCTAVE_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_PATH"
#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce 64'
|
|
|
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib
#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
OCTAVE_LOAD_PATH=`mtt_octave_path`
#Setup octave
export OCTAVE_PATH=\:.$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_PATH"
#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce 64'
|