I got upto compiling until building python API.
Compilation fails after giving the following error
~> Wrap_api built
~> Compiling Modules api
~> First part of f2py for api passed
~> Second part of f2py of api passed
~> Compiling hermes api
~> First part of f2py for hermes passed
Traceback (most recent call last):
File "/mnt/d/TELMAC/openTELEMAC/scripts/python3/compilation/compil_tools.py", line 948, in compile_api_f2py
output = check_output(cmd, shell=True, stderr=STDOUT)
File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'f2py3 --quiet -c /mnt/d/TELMAC/openTELEMAC/builds/gfortranHPC/wrap_api/lib/hermes.pyf --fcompiler=gnu95 --opt="" -I/mnt/d/TELMAC/openTELEMAC/builds/gfortranHPC/wrap_api/include -L/mnt/d/TELMAC/openTELEMAC/builds/gfortranHPC/wrap_api/lib -lhermes4api -lspecial4api -L$METISHOME/lib -lmetis --build-dir tmp_f2py' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/mnt/d/TELMAC/openTELEMAC/scripts/python3/compile_telemac.py", line 142, in <module>
main()
File "/mnt/d/TELMAC/openTELEMAC/scripts/python3/compile_telemac.py", line 134, in main
compile_api_files(silent=not options.verbose,
File "/mnt/d/TELMAC/openTELEMAC/scripts/python3/compilation/compil_tools.py", line 1007, in compile_api_files
compile_api_f2py('hermes', api_dir, source_hermes, '',
File "/mnt/d/TELMAC/openTELEMAC/scripts/python3/compilation/compil_tools.py", line 950, in compile_api_f2py
raise TelemacException(\
utils.exceptions.TelemacException: Error during second part of f2py for hermes 1
Any help to go forward is appreciated.