Changed the order Cantera libraries in the LINKER statements that
come out of autoconf. An unsatisfied external occurred because thermo occurred before kinetics. Changed thermo to occur after kinetics.
This commit is contained in:
parent
41c3f28a58
commit
4f18225519
1 changed files with 4 additions and 4 deletions
|
|
@ -700,10 +700,6 @@ fi
|
|||
|
||||
LOCAL_LIBS=$LOCAL_LIBS' '-lequil
|
||||
|
||||
if test -n "$NEED_CATHERMO"
|
||||
then LOCAL_LIBS=$LOCAL_LIBS' '-lthermo
|
||||
fi
|
||||
|
||||
if test -n "$COMPILE_KINETICS"
|
||||
then LOCAL_LIBS=$LOCAL_LIBS' '-lkinetics
|
||||
fi
|
||||
|
|
@ -712,6 +708,10 @@ if test -n "$NEED_TRANSPORT"
|
|||
then LOCAL_LIBS=$LOCAL_LIBS' '-ltransport
|
||||
fi
|
||||
|
||||
if test -n "$NEED_CATHERMO"
|
||||
then LOCAL_LIBS=$LOCAL_LIBS' '-lthermo
|
||||
fi
|
||||
|
||||
LOCAL_LIBS=$LOCAL_LIBS' '-lctnumerics
|
||||
|
||||
if test -n "$NEED_CVODE"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue