Native Mac OSX porting changes

This commit is contained in:
Hrvoje Jasak 2014-06-12 08:48:18 +01:00
parent d4688371e9
commit 76044ce797
2 changed files with 4 additions and 17 deletions

View file

@ -32,21 +32,9 @@ License
#define createReactingMultiphaseParcelType(ParcelType) \
\
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);
createReactingMultiphaseParcelThermoType(ParcelType, constGasThermoPhysics);\
createReactingMultiphaseParcelThermoType(ParcelType, gasThermoPhysics); \
createReactingMultiphaseParcelThermoType(ParcelType, icoPoly8ThermoPhysics);
#define createReactingMultiphaseParcelThermoType(ParcelType, ThermoType) \

View file

@ -18,5 +18,4 @@ cpptoo = $(Ctoo)
LINK_LIBS = $(c++DBUG) -lpthread
LINKLIBSO = $(CC) $(c++FLAGS) -lpthread -dynamiclib -undefined dynamic_lookup
# LINKEXE = $(CC) $(c++FLAGS) -lpthread -L$(FOAM_LIBBIN) -lfoam -L$(FOAM_MPI_LIBBIN) -lPstream
LINKEXE = $(CC) $(c++FLAGS) -lpthread -L$(FOAM_LIBBIN)/$(FOAM_MPI) -lPstream
LINKEXE = $(CC) $(c++FLAGS) -lpthread -L$(FOAM_LIBBIN) -lfoam -L$(FOAM_MPI_LIBBIN) -lPstream