From 417e30597622622f8cec3beac34745a290412615 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Tue, 23 Jan 2018 14:28:24 +0100 Subject: pcr/openfoam3.0-git: updated to 20170710.221b8ab7 --- pcr/openfoam3.0-git/boost.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pcr/openfoam3.0-git/boost.patch (limited to 'pcr/openfoam3.0-git/boost.patch') diff --git a/pcr/openfoam3.0-git/boost.patch b/pcr/openfoam3.0-git/boost.patch new file mode 100644 index 000000000..0e3e992cf --- /dev/null +++ b/pcr/openfoam3.0-git/boost.patch @@ -0,0 +1,20 @@ +--- src/OpenFOAM-3.0.x/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/Make/options 2016-04-23 10:46:06.634726444 -0400 ++++ src/OpenFOAM-3.0.x/applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/Make/options 2016-04-23 10:50:35.496222009 -0400 +@@ -35,4 +35,5 @@ EXE_LIBS = \ + -lfileFormats \ + -ltriSurface \ + -ldynamicMesh \ +- -lsampling ++ -lsampling \ ++ -lboost_thread + +--- src/OpenFOAM-3.0.x/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/Make/options 2016-04-23 10:46:06.634726444 -0400 ++++ src/OpenFOAM-3.0.x/applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/Make/options 2016-04-23 10:48:25.558854579 -0400 +@@ -38,4 +38,5 @@ EXE_LIBS = \ + -ldecompositionMethods \ + -L$(FOAM_LIBBIN)/dummy -lptscotchDecomp \ + -lsampling \ +- -lfileFormats ++ -lfileFormats \ ++ -lboost_thread + -- cgit v1.2.3