Native Mac OSX porting changes
This commit is contained in:
parent
d4688371e9
commit
76044ce797
2 changed files with 4 additions and 17 deletions
|
@ -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) \
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue