Overview
| Comment: | .deb-installed mtt no longer prints base path every couple of lines |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dbbbdb47df6c9547dcae9b17b1823d52 |
| User & Date: | geraint@users.sourceforge.net on 2003-07-13 21:55:31.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-07-13
| ||
| 21:56:14 | Set section to contrib/math check-in: 9c1d3f3339 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:55:31 | .deb-installed mtt no longer prints base path every couple of lines check-in: dbbbdb47df user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:53:24 |
Updated to conform to latest Octave (tested with 2.1.49). - the pathsearch library was merged into liboctave last year - static_cast no longer seems to work between Matrix and ColumnVector check-in: 77f1fcb5c9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile
from [850924ab83]
to [83b11ff704].
| ︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | - + |
@echo '' >>mtt.sh
@echo 'mtt_config_file=$(CONFDIR)/mtt.conf' >>mtt.sh
@echo 'mtt_program_dir=$(PROGDIR)' >>mtt.sh
@echo 'mtt_install_dir=$(INSTDIR)' >>mtt.sh
@echo '' >>mtt.sh
@echo '# get site-specific settings' >>mtt.sh
@echo 'if [[ -r $${mtt_config_file} ]]; then' >>mtt.sh
|
| ︙ |