summaryrefslogtreecommitdiff
path: root/pcr/openfoam3.0-git/scotch-options.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 14:28:24 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 14:28:24 +0100
commit417e30597622622f8cec3beac34745a290412615 (patch)
treeeaccaa5d13da03c738221c53f1e5922c620f614b /pcr/openfoam3.0-git/scotch-options.patch
parent87879c344dc0d60c2cc804a491e95c73d8a34948 (diff)
downloadabslibre-417e30597622622f8cec3beac34745a290412615.tar.gz
abslibre-417e30597622622f8cec3beac34745a290412615.tar.bz2
abslibre-417e30597622622f8cec3beac34745a290412615.zip
pcr/openfoam3.0-git: updated to 20170710.221b8ab7
Diffstat (limited to 'pcr/openfoam3.0-git/scotch-options.patch')
-rw-r--r--pcr/openfoam3.0-git/scotch-options.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/openfoam3.0-git/scotch-options.patch b/pcr/openfoam3.0-git/scotch-options.patch
new file mode 100644
index 000000000..e363feb06
--- /dev/null
+++ b/pcr/openfoam3.0-git/scotch-options.patch
@@ -0,0 +1,17 @@
+--- src/OpenFOAM-3.0.x/src/parallel/decompose/ptscotchDecomp/Make/options
++++ src/OpenFOAM-3.0.x/src/parallel/decompose/ptscotchDecomp/Make/options
+@@ -9,4 +9,4 @@ EXE_INC = \
+ -I../decompositionMethods/lnInclude
+
+ LIB_LIBS = \
+- -L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) -lptscotch -lptscotcherrexit -lscotch ${LINK_FLAGS} -lrt
++ -L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) -lptscotch -lscotch -lptscotcherrexit -lscotcherrexit ${LINK_FLAGS} -lbz2 -lrt
+--- src/OpenFOAM-3.0.x/src/parallel/decompose/scotchDecomp/Make/options
++++ src/OpenFOAM-3.0.x/src/parallel/decompose/scotchDecomp/Make/options
+@@ -13,4 +13,4 @@ EXE_INC = \
+ -I../decompositionMethods/lnInclude
+
+ LIB_LIBS = \
+- -L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN) -lscotch -lscotcherrexit -lrt
++ -L$(SCOTCH_ROOT)/lib -L$(FOAM_EXT_LIBBIN) -lscotch -lscotcherrexit -lbz2 -lrt
+