Hi, I am trying to create Debian-based Docker images for TELEMAC and had no problem compiling the latest v7 and v8 releases. Unfortunately I cannot compile trunk with the following error message being displayed.
Is this a source issue or do I need to adapt the configuration somehow to be able to handle trunk? I am using a system configuration that works fine with v8p1r1.
BR Peter
[91m[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ] 99% | 2s [0m
[91m - completed: .../trunk/sources/api/example_cpl_t2d_sis.f
[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ] 99% | 1s [0m
[91mTraceback (most recent call last):
File "/opt/telemac-mascaret/trunk/scripts/python3/compile_telemac.py", line 143, in <module>
main()
File "/opt/telemac-mascaret/trunk/scripts/python3/compile_telemac.py", line 129, in main
compile_cmdf(options.ncsize, modules, options.verbose)
File "/opt/telemac-mascaret/trunk/scripts/python3/compilation/compil_tools.py", line 1288, in compile_cmdf
mes, tasks, bypass, homeres, verbose)
File "/opt/telemac-mascaret/trunk/scripts/python3/compilation/compil_tools.py", line 235, in create_lib_files
if 'dyn' in cfg['options']:
KeyError: 'options'