added c routines to core module compilation

This commit is contained in:
Martin Diehl 2016-05-22 17:18:15 +02:00
parent 0b5ce0ed80
commit 4b860fb083
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ os.chdir(codeDir)
cmd = 'f2py damask.core.pyf' +\
' -c --no-lower %s'%(compiler) +\
compileOptions+\
' C_routines.c'+\
' system_routines.f90'+\
' prec.f90'+\
' spectral_interface.f90'+\
' IO.f90'+\