Skip to content
Snippets Groups Projects
Commit bbbe1e1e authored by anphi's avatar anphi
Browse files

solved a failed merge

parent a20f0de1
Branches
Tags
No related merge requests found
...@@ -514,11 +514,7 @@ def mk_compilejob(makefile, ecuid, ecgid, fp_root): ...@@ -514,11 +514,7 @@ def mk_compilejob(makefile, ecuid, ecgid, fp_root):
Parameters Parameters
---------- ----------
makefile : str makefile : str
<<<<<<< HEAD
Name of the makefile which should be used to compile FORTRAN
=======
Name of the makefile which should be used to compile the Fortran Name of the makefile which should be used to compile the Fortran
>>>>>>> origin/task/language-editing
program. program.
ecuid : str ecuid : str
...@@ -708,21 +704,13 @@ def mk_fortran_build(src_path, makefile): ...@@ -708,21 +704,13 @@ def mk_fortran_build(src_path, makefile):
print(perr.decode()) print(perr.decode())
print('Please edit ' + makefile + print('Please edit ' + makefile +
' or try another makefile in the src directory.') ' or try another makefile in the src directory.')
<<<<<<< HEAD
print('Most likely ECCODES_INCLUDE_DIR, ECCODES_LIB ' print('Most likely ECCODES_INCLUDE_DIR, ECCODES_LIB '
=======
print('Most likely GRIB_API_INCLUDE_DIR, GRIB_API_LIB '
>>>>>>> origin/task/language-editing
'and EMOSLIB must be adapted.') 'and EMOSLIB must be adapted.')
print('Available makefiles:') print('Available makefiles:')
print(UioFiles(src_path, 'makefile*')) print(UioFiles(src_path, 'makefile*'))
sys.exit('Compilation failed!') sys.exit('Compilation failed!')
except ValueError as e: except ValueError as e:
<<<<<<< HEAD
print('ERROR: makefile call failed:') print('ERROR: makefile call failed:')
=======
print('ERROR: make of Fortran code failed:')
>>>>>>> origin/task/language-editing
print(e) print(e)
else: else:
execute_subprocess(['ls', '-l', execute_subprocess(['ls', '-l',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment