added c routines to core module compilation
This commit is contained in:
parent
0b5ce0ed80
commit
4b860fb083
|
@ -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'+\
|
||||
|
|
Loading…
Reference in New Issue