mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
*** empty log message ***
This commit is contained in:
parent
e93289bcef
commit
48c71f2c16
@ -53,10 +53,10 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
|
||||
CANTERA_LIBDIR=@CANTERA_LIBDIR@
|
||||
|
||||
# required Cantera libraries
|
||||
CANTERA_LIBS = -lctcxx
|
||||
CANTERA_LIBS =
|
||||
|
||||
# the directory where Cantera include files may be found.
|
||||
CANTERA_INC=-I@CANTERA_INCDIR@
|
||||
CANTERA_INC=-I@ctroot/build/include/cantera
|
||||
|
||||
# flags passed to the C++ compiler/linker for the linking step
|
||||
LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@
|
||||
|
@ -50,10 +50,10 @@ CXX_FLAGS = -O0 -Wall
|
||||
EXT_LIBS = -loneD -lzeroD -ltransport -lconverters -lcantera -lrecipes -lcvode -lctlapack -lctmath -lctblas
|
||||
|
||||
# the directory where the Cantera libraries are located
|
||||
CANTERA_LIBDIR=/usr/local/lib/cantera
|
||||
CANTERA_LIBDIR=/Users/dgg/inst/lib/cantera
|
||||
|
||||
# the directory where Cantera include files may be found.
|
||||
CANTERA_INCDIR=/usr/local/include/cantera
|
||||
CANTERA_INCDIR=/Users/dgg/inst/include/cantera
|
||||
|
||||
# flags passed to the C++ compiler/linker for the linking step
|
||||
LCXX_FLAGS = -L$(CANTERA_LIBDIR) -O0 -Wall
|
||||
|
Loading…
Reference in New Issue
Block a user