Skip to content

Commit

Permalink
Update the Make/options files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucia Cheung Yau committed Apr 25, 2017
1 parent 1eec2e8 commit 96a6006
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ EXE_INC = \
-I$(PRECICE_ROOT)/src\
-I../../ \
-I/usr/local/yaml-cpp/include \
-DBOOST_LOG_DYN_LINK

EXE_LIBS = \
-L../../adapter \
-lOpenFoamAdapter \
-lturbulenceModels \
-lincompressibleTurbulenceModels \
-lincompressibleTransportModels \
Expand All @@ -26,12 +29,13 @@ EXE_LIBS = \
-L${PETSC_DIR}/${PETSC_ARCH}/lib \
-lprecice \
-lpetsc \
-lboost_log \
-lboost_log_setup \
-lboost_program_options \
-lboost_system \
-lboost_filesystem \
-lpython2.7 \
-L/usr/local/yaml-cpp/build \
-L../../adapter \
-lOpenFoamAdapter \
-lyaml-cpp \
-L/usr/lib \
-lboost_log \
Expand Down
10 changes: 7 additions & 3 deletions solvers/OpenFOAM/solvers/buoyantPimpleFoam/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ EXE_INC = \
-I$(PRECICE_ROOT)/src \
-I/usr/local/yaml-cpp/include \
-I../ \
-I../../
-I../../ \
-DBOOST_LOG_DYN_LINK

EXE_LIBS = \
-L../../adapter \
-lOpenFoamAdapter \
-lfiniteVolume \
-lsampling \
-lmeshTools \
Expand All @@ -28,12 +31,13 @@ EXE_LIBS = \
-L$(PETSC_DIR)/$(PETSC_ARCH)/lib \
-lprecice \
-lpetsc \
-lboost_log \
-lboost_log_setup \
-lboost_program_options \
-lboost_system \
-lboost_filesystem \
-lpython2.7 \
-L/usr/local/yaml-cpp/build \
-L../../adapter \
-lOpenFoamAdapter \
-lyaml-cpp \


10 changes: 7 additions & 3 deletions solvers/OpenFOAM/solvers/buoyantSimpleFoam/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ EXE_INC = \
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
-I$(PRECICE_ROOT)/src \
-I/usr/local/yaml-cpp/include \
-I../..
-I../.. \
-DBOOST_LOG_DYN_LINK

EXE_LIBS = \
-L../../adapter \
-lOpenFoamAdapter \
-lfiniteVolume \
-lfvOptions \
-lsampling \
Expand All @@ -28,12 +31,13 @@ EXE_LIBS = \
-L${PETSC_DIR}/${PETSC_ARCH}/lib \
-lprecice \
-lpetsc \
-lboost_log \
-lboost_log_setup \
-lboost_program_options \
-lboost_system \
-lboost_filesystem \
-lpython2.7 \
-L/usr/local/yaml-cpp/build \
-L../../adapter \
-lOpenFoamAdapter \
-lyaml-cpp \


8 changes: 6 additions & 2 deletions solvers/OpenFOAM/solvers/laplacianFoam/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ EXE_INC = \
-I$(PRECICE_ROOT)/src \
-I../../ \
-I/usr/local/yaml-cpp/include \
-DBOOST_LOG_DYN_LINK

EXE_LIBS = \
-L../../adapter \
-lOpenFoamAdapter \
-lfiniteVolume \
-lmeshTools \
-L${PRECICE_ROOT}/build/last \
-L${PETSC_DIR}/${PETSC_ARCH}/lib \
-lprecice \
-lpetsc \
-lboost_log \
-lboost_log_setup \
-lboost_program_options \
-lboost_system \
-lboost_filesystem \
-lpython2.7 \
-L/usr/local/yaml-cpp/build \
-L../../adapter \
-lOpenFoamAdapter \
-lyaml-cpp \

0 comments on commit 96a6006

Please sign in to comment.