fixed dependency on libctlapack and libctblas
This commit is contained in:
parent
6ceff256b4
commit
a3661abdb3
1 changed files with 5 additions and 2 deletions
|
|
@ -61,12 +61,15 @@ CANTERA_LIB_DEPS = $(CANTERA_LIBDIR)/liboneD.a \
|
|||
$(CANTERA_LIBDIR)/libctnumerics.a \
|
||||
$(CANTERA_LIBDIR)/libcvode.a \
|
||||
$(CANTERA_LIBDIR)/libctbase.a \
|
||||
$(CANTERA_LIBDIR)/libctlapack.a \
|
||||
$(CANTERA_LIBDIR)/libctblas.a \
|
||||
$(CANTERA_LIBDIR)/libctmath.a \
|
||||
$(CANTERA_LIBDIR)/libtpx.a \
|
||||
$(CANTERA_LIBDIR)/libconverters.a
|
||||
|
||||
ifeq (@build_lapack@, 1)
|
||||
CANTERA_LIB_DEPS = $CANTERA_LIB_DEPS \
|
||||
$(CANTERA_LIBDIR)/libctblas.a \
|
||||
$(CANTERA_LIBDIR)/libctlapack.a
|
||||
endif
|
||||
|
||||
# the directory where Cantera include files may be found.
|
||||
ifeq ($(src_dir_tree), 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue