"equil" compilation now includes C source files

This fixes compilation with the VCS non-ideal phase option
This commit is contained in:
Ray Speth 2011-12-14 05:55:01 +00:00
parent a9028d6b77
commit ff878fc826
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ localenv = env.Clone()
# (subdir, library name, (file extensions))
libs = [('base', 'ctbase', ['cpp']),
('thermo', 'thermo', ['cpp']),
('equil', 'equil', ['cpp']),
('equil', 'equil', ['cpp','c']),
('converters', 'converters', ['cpp']),
('numerics', 'ctnumerics', ['cpp']),
('kinetics', 'kinetics', ['cpp']),

View file

@ -195,7 +195,7 @@ opts.AddVariables(
BoolVariable(
'with_vcsnonideal',
"""Enable vcs equilibrium package for nonideal phases""",
False),
True),
BoolVariable(
'enable_transport',
'Enable transport property calculations.',
@ -507,7 +507,7 @@ cdefine('WITH_STOICH_SUBSTANCE', 'with_stoich_substance')
cdefine('WITH_SEMICONDUCTOR', 'with_semiconductor')
cdefine('WITH_PRIME', 'with_prime')
cdefine('H298MODIFY_CAPABILITY', 'with_n298modify_capability')
cdefine('WITH_PURE_FLUIDS', 'with_pure_fluids5A')
cdefine('WITH_PURE_FLUIDS', 'with_pure_fluids')
cdefine('WITH_HTML_LOGS', 'with_html_log_files')
cdefine('WITH_VCSNONIDEAL', 'with_vcsnonideal')