Overview
| Comment: | Octave path change, remove libblas |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b352ebad6ce6c324f1bf50f038da1a80 |
| User & Date: | geraint@users.sourceforge.net on 2001-02-19 06:32:02.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2001-02-19
| ||
| 06:33:19 | Removed operation form loop. check-in: fe41f9074c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 06:32:02 | Octave path change, remove libblas check-in: b352ebad6c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2001-02-18
| ||
| 09:18:49 | Removed temporary Matrices from mtt_implicit.cc check-in: 2a56f89412 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/standalone_rep.make
from [ae6cb7686f]
to [6e1ac4004e].
| ︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + - + + | DEBUG = -g OPTIM = -O3 PREFIX = /usr/local INCLUDES = -I$(PREFIX)/include/octave |
| ︙ |