[cantera2.0]: moving ctmath after numerics
This commit is contained in:
parent
ac54d63782
commit
1f4616ea29
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ INC += -I$(top_builddir)/ext/libexecstream
|
|||
AM_CPPFLAGS = $(INC)
|
||||
AM_CXXFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
LINK = -lctmath -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
|
||||
LINK += -lctnumerics -ltpx -lctspectra -lconverters -lctbase -lcvode
|
||||
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
|
||||
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
|
||||
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++ -lexecstream -pthread
|
||||
#-lctcxx -luser
|
||||
AM_LDFLAGS = -L$(top_builddir)/build/lib/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue