Update the TELEMAC system
To update the TELEMAC system, just type from the /path/to/systel90
folder:
svn update
This will fetch all updated files from the subversion server at Bristol University. Note that different versions of the TELEMAC system can be updated. This is because old bugs in old versions are sometimes fixed too.
Attention, if you have modified files, either in the sources, the dictionaries or the scripts, this might create conflicts which you would need to fix by hand.
When the update has finished, the build_systel
script can be used to recompile the libraries that have been updated. Assuming that you have version v5p7 installed you can do:
$ v5p7
Switched to TELEMAC version: v5p7
$ cfgmak
File '/path/to/systel90/configv5p7/cfgmak.mak' updated.
$ build_systel -v v5p7 -p
...
The option "-p
" is used to rebuild the parallel library, remove it if necessary.
Also, add the option "-c
" to rebuild entirely the libraries instead of recompiling only the new files.