replaced g2c with ctf2c
This commit is contained in:
parent
2bb4517d72
commit
83cd30de07
1 changed files with 2 additions and 7 deletions
|
|
@ -37,14 +37,9 @@ if platform == "win32":
|
|||
"cantera","recipes"] + bllist + ["ctmath", "cvode", "tpx", "converters"]
|
||||
else:
|
||||
|
||||
# The library 'g2c' is needed if the g77 Fortran compiler is
|
||||
# used to compile the Fortran-77 procedures in libraries
|
||||
# 'recipes', 'ctlapack', 'ctblas', and 'ctmath'. If a different
|
||||
# compiler is used, add the appropriate libraries here.
|
||||
|
||||
libs = ["clib", "zeroD","oneD","transport",
|
||||
"cantera","recipes", "converters"] + bllist + ["ctmath", "cvode", "tpx",
|
||||
"stdc++", "g2c", "m"]
|
||||
"cantera", "converters"] + bllist + ["ctmath", "cvode", "tpx",
|
||||
"stdc++", "ctf2c", "m"]
|
||||
|
||||
# values:
|
||||
# 0 do nothing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue