[cantera2.0]: fixing all the missing lapack files

This commit is contained in:
Nicholas Malaya 2012-06-18 03:06:58 +00:00
parent 255c1453db
commit ece7e870b6
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = f2c_libs f2c_blas f2c_lapack f2c_math cvode
SUBDIRS = f2c_libs f2c_blas f2c_lapack cvode
# header file accumulation
all:

View file

@ -5,7 +5,9 @@ cc_sources = dbdsqr.c dgbtrf.c dgbtf2.c dgbtrs.c dgbsv.c dgebd2.c dgebrd.c \
dlascl.c dlaset.c dlasq1.c dlasq2.c dlasq3.c dlasq4.c dlasq5.c \
dlasq6.c dlasr.c dlasrt.c dlassq.c dlasv2.c dlaswp.c dorg2r.c \
dorgbr.c dorgl2.c dorglq.c dorgqr.c dorm2r.c dormbr.c dorml2.c \
dormlq.c dormqr.c drscl.c dtrtri.c dtrti2.c ieeeck.c ilaenv.c
dormlq.c dormqr.c drscl.c dtrtri.c dtrti2.c ieeeck.c ilaenv.c \
dpotrs.c dtrtrs.c dgbcon.c dgecon.c dlatrs.c dlatbs.c dlacon.c \
dtrcon.c dlantr.c dpotrf.c dpotf2.c
h_sources = blaswrap.h

View file

@ -2,7 +2,8 @@ h_sources =
cc_sources = BEulerInt.cpp DenseMatrix.cpp funcs.cpp Func1.cpp ODE_integrators.cpp \
BandMatrix.cpp DAE_solvers.cpp CVodeInt.cpp GeneralMatrix.cpp \
SquareMatrix.cpp ResidJacEval.cpp NonlinearSolver.cpp IDA_Solver.cpp \
RootFind.cpp solveProb.cpp
RootFind.cpp solveProb.cpp
#CVodesIntegrator.cpp
AM_CPPFLAGS = -I$(top_builddir)/include/ -I$(top_builddir)
AM_CXXFLAGS = $(AM_CPPFLAGS)