File lib-scotch.patch of Package openfoam7
--- OpenFOAM-6.git/src/parallel/decompose/ptscotchDecomp/Make/options 2019-02-24 23:19:59.538107111 +0100
+++ OpenFOAM-6.git-patch/src/parallel/decompose/ptscotchDecomp/Make/options 2019-02-25 22:54:31.902267636 +0100
@@ -10,7 +10,7 @@
-I../decompositionMethods/lnInclude
LIB_LIBS = \
- -L$(SCOTCH_ARCH_PATH)/lib \
+ -L$(SCOTCH_ARCH_PATH)/lib64 \
-L$(FOAM_EXT_LIBBIN)/$(FOAM_MPI) \
-lptscotch \
-lptscotcherrexit \
--- OpenFOAM-6.git/src/parallel/decompose/scotchDecomp/Make/options 2019-02-24 23:19:59.538107111 +0100
+++ OpenFOAM-6.git-patch/src/parallel/decompose/scotchDecomp/Make/options 2019-02-25 22:54:28.042266703 +0100
@@ -12,7 +12,7 @@
-I../decompositionMethods/lnInclude
LIB_LIBS = \
- -L$(SCOTCH_ARCH_PATH)/lib \
+ -L$(SCOTCH_ARCH_PATH)/lib64 \
-L$(FOAM_EXT_LIBBIN) \
-lscotch \
-lscotcherrexit \