Dear TELEMAC developers,
Thanks a lot for the new windows automatic installer! This is a huge progress for making TELEMAC accessible to everyone !
We have a problem here on our windows machines though:
by default when the install starts, the HOMETEL path is set to C:\Program Files\TELEMAC\V8P4
For the normal cases it runs fine :
(example for calais WAC case)
python C:\Program Files\TELEMAC\V8P4\scripts\python3\tomawac.py tom_calais.cas
But when we start using user_fortran it crashes because it tries to recompile the binaries using the HOMETEL PATH.
(example for Manche WAC case)
python C:\Program Files\TELEMAC\V8P4\scripts\python3\tomawac.py tom_manche.cas
That is due to the fact that there is a space between "Program" and "Files", so the libraries recompiled are not found anymore.
Is there a way to install in the parent directory ?
i.e. instead of installing it in C:\Program Files\TELEMAC\...
to install it in C:\TELEMAC\...
Thanks all
Thomas