I have tried with GCC 9 and GCC 10, Python 3.7, 3.8 and 3.9. I always have the same error:
Traceback (most recent call last):
File "/Users/ogourgue/Applications/Telemac/v8p2r0/scripts/python3/compile_telemac.py", line 143, in <module>
main()
File "/Users/ogourgue/Applications/Telemac/v8p2r0/scripts/python3/compile_telemac.py", line 129, in main
compile_cmdf(options.ncsize, modules, options.verbose)
File "/Users/ogourgue/Applications/Telemac/v8p2r0/scripts/python3/compilation/compil_tools.py", line 1303, in compile_cmdf
f = create_lib_files(lib, mod, item, prog,
File "/Users/ogourgue/Applications/Telemac/v8p2r0/scripts/python3/compilation/compil_tools.py", line 241, in create_lib_files
if 'dyn' in cfg['options']:
KeyError: 'options'
See source, configuration and log files in attachment.
Thank you for your help!