Ok i got it.
It is a bug we corrected in the file <root>/scripts/compileTELEMAC.py
change the line 581
LIBDEPS = ['special', 'parallel', 'mumps', 'damocles','hermes', 'bief', \
'partel', 'gretel', 'diffsel', 'postel3d', 'waqtel',\
'dredgesim', 'sisyphe', 'artemis', 'tomawac', 'stbtel', \
'telemac2d', 'telemac3d', 'estel3d', 'mascaret', 'api']
By
LIBDEPS = ['special', 'parallel', 'mumps', 'damocles','hermes', 'bief', \
'splitsel','partel', 'gretel', 'diffsel', 'postel3d', 'waqtel',\
'dredgesim', 'sisyphe', 'artemis', 'tomawac', 'stbtel', \
'telemac2d', 'telemac3d', 'estel3d', 'mascaret', 'api']
That should solve it.