Overview
Comment:Now includes to control system toolbox in OCTAVE_PATH
Don't use -path stuff - use :: instead.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d78ffb33eb92b58f1b4f41414041b01eb687fea86189d9f272c919c6dd848d5c
User & Date: gawthrop@users.sourceforge.net on 2000-09-18 12:17:07
Other Links: branch diff | manifest | tags
Context
2000-09-19
07:45:28
Version 4.7 check-in: f1c0491f62 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-09-18
12:17:07
Now includes to control system toolbox in OCTAVE_PATH
Don't use -path stuff - use :: instead.
check-in: d78ffb33eb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-09-15
23:24:16
initial checkin check-in: 199a81c437 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [bbf401fcdc] to [0a089482c5].

11
12
13
14
15
16
17



18
19
20
21
22
23
24


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.10  2000/05/16 11:41:23  peterg
## *** empty log message ***
##
## Revision 1.9  1999/03/11 04:02:19  peterg
## Revised so that sh2csh does its stuff.
##
## Revision 1.8  1998/07/17 19:48:46  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.11  2000/05/21 17:55:15  peterg
## New rep path
##
## Revision 1.10  2000/05/16 11:41:23  peterg
## *** empty log message ***
##
## Revision 1.9  1999/03/11 04:02:19  peterg
## Revised so that sh2csh does its stuff.
##
## Revision 1.8  1998/07/17 19:48:46  peterg
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73





74
75
76
77
78
79
80
81
82
export MAKE='make'

# The following sets up the c compiler
export CC='gcc'

# Setup the paths
export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans
export MATRIX_PATH=$MTTPATH/trans/m\:$MTTPATH/trans/m/emulator\:$MTTPATH/lib/comp/simple\:$MTTPATH/lib/control/PPP
export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib
export MTT_REP=$MTT_LIB/rep


#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
export 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'








<









|


>
>
>
>
>
|
|







57
58
59
60
61
62
63

64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
export MAKE='make'

# The following sets up the c compiler
export CC='gcc'

# Setup the paths
export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans

export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib
export MTT_REP=$MTT_LIB/rep


#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
#export OCTAVE_LOAD_PATH=`mtt_octave_path`

#Setup octave
export MATRIX_PATH=$MTTPATH/trans/m//
export MATRIX_PATH=$MATRIX_PATH\:$MTTPATH/lib/comp/simple
export MATRIX_PATH=$MATRIX_PATH\:$MTT_LIB/octave//\:\:
export MATRIX_PATH=$MATRIX_PATH\:$MTTPATH/lib/control//

export OCTAVE_PATH=.\:$MATRIX_PATH
export MATRIX="octave"

#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce 64'


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]