Fixed an error in Cantera.mak that appears just for macs.
added a couple more files to the install procedure that were missing.
This commit is contained in:
parent
060c73d5ad
commit
b93bd3bb2f
3 changed files with 6 additions and 4 deletions
|
|
@ -56,15 +56,15 @@ CANTERA_CORE_LIBS_DEP= @CANTERA_CORE_LIBS_DEP@ $(CANTERA_LIBSDIR)/libctcxx.a
|
|||
#
|
||||
# Cantera Boost Include
|
||||
#
|
||||
CANTERA_BOOST_INCLUDES= @BOOST_INCLUDE@
|
||||
CANTERA_BOOST_INCLUDES=@BOOST_INCLUDE@
|
||||
#
|
||||
# Location of the boost library that Cantera linked against
|
||||
#
|
||||
CANTERA_BOOST_LIB_DIR= @BOOST_LIB_DIR@
|
||||
CANTERA_BOOST_LIB_DIR=@BOOST_LIB_DIR@
|
||||
#
|
||||
# Linkage extras for linking against boost
|
||||
#
|
||||
ifeq ($(CANTERA_BOOST_LIB_DIR),"")
|
||||
ifeq ("x$(CANTERA_BOOST_LIB_DIR)","x")
|
||||
CANTERA_BOOST_LIBS=
|
||||
else
|
||||
CANTERA_BOOST_LIBS= -L$(CANTERA_BOOST_LIB_DIR) -l@BOOST_LIB@
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ CANTERA_BOOST_LIB_DIR= @BOOST_LIB_DIR@
|
|||
#
|
||||
# Linkage extras for linking against boost
|
||||
#
|
||||
ifeq ($(CANTERA_BOOST_LIB_DIR),"")
|
||||
ifeq ("x$(CANTERA_BOOST_LIB_DIR)","x")
|
||||
CANTERA_BOOST_LIBS=
|
||||
else
|
||||
CANTERA_BOOST_LIBS= -L$(CANTERA_BOOST_LIB_DIR) -l@BOOST_LIB@
|
||||
|
|
|
|||
|
|
@ -192,6 +192,8 @@ endif
|
|||
finish-install:
|
||||
@INSTALL@ -d @ct_docdir@
|
||||
@INSTALL@ -d @ct_bindir@
|
||||
cp -f bin/exp3to2.sh "@ct_bindir@"
|
||||
cp -f bin/csvdiff "@ct_bindir@"
|
||||
ifeq ($(os_is_win),0)
|
||||
# Commands to be executed for non-win systems
|
||||
cp -f License.rtf "@ct_bindir@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue