Skip to content

Commit 3777fe2

Browse files
committed
Rectified dependencies in the 'foamyHexMesh' stack and revised the 'CGAL' file for 'mingw_w64Gcc'.
1 parent e9a2fa5 commit 3777fe2

File tree

4 files changed

+7
-89
lines changed
  • applications/utilities/mesh/generation/foamyMesh
  • wmake/rules/mingw_w64Gcc

4 files changed

+7
-89
lines changed

applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/Make/options

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ CGAL_INEXACT = -DCGAL_INEXACT
77
include $(GENERAL_RULES)/CGAL
88
sinclude $(RULES)/CGAL
99

10-
#if ! (defined( WIN32 ) || defined( WIN64 ))
11-
1210
EXE_INC = \
1311
${ROUNDING_MATH} \
1412
${EXE_NDEBUG} \
@@ -37,42 +35,6 @@ LIB_LIBS = \
3735
-lsampling \
3836
-lsnappyHexMesh
3937

40-
#else
41-
42-
EXE_INC = \
43-
${EXE_FROUNDING_MATH} \
44-
${EXE_NDEBUG} \
45-
${CGAL_EXACT} \
46-
${CGAL_INEXACT} \
47-
${CGAL_INC} \
48-
${c++CGALWARN} \
49-
-I$(LIB_SRC)/finiteVolume/lnInclude \
50-
-I$(LIB_SRC)/meshTools/lnInclude \
51-
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
52-
-I$(LIB_SRC)/edgeMesh/lnInclude \
53-
-I$(LIB_SRC)/fileFormats/lnInclude \
54-
-I$(LIB_SRC)/dynamicMesh/lnInclude \
55-
-I$(LIB_SRC)/surfMesh/lnInclude \
56-
-I$(LIB_SRC)/triSurface/lnInclude \
57-
-I$(LIB_SRC)/sampling/lnInclude \
58-
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
59-
-IPrintTable \
60-
-I../vectorTools
61-
62-
LIB_LIBS = \
63-
${CGAL_LIBS} \
64-
-lgmp \
38+
LIB_LIBS += \
6539
-lfiniteVolume \
66-
-ldecompositionMethods \
67-
-lmeshTools \
68-
-ledgeMesh \
69-
-lfileFormats \
70-
-ltriSurface \
71-
-ldynamicMesh \
72-
-lsurfMesh \
73-
-lsampling \
74-
-lsnappyHexMesh \
75-
-lboost_thread-mt \
76-
-lboost_system-mt
77-
78-
#endif
40+
-ldecompositionMethods

applications/utilities/mesh/generation/foamyMesh/foamyHexMesh/Make/options

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ EXE_LIBS = \
3636
-ldynamicMesh \
3737
-lsampling
3838

39-
#if defined( WIN32 ) || defined( WIN64 )
4039
EXE_LIBS += \
41-
-lboost_system-mt
42-
#endif
40+
-lfiniteVolume

applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/Make/options

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ EXE_NDEBUG = -DNDEBUG
44
include $(GENERAL_RULES)/CGAL
55
sinclude $(RULES)/CGAL
66

7-
#if ! (defined( WIN32 ) || defined( WIN64 ))
8-
97
EXE_INC = \
108
${ROUNDING_MATH} \
119
${EXE_NDEBUG} \
@@ -39,46 +37,3 @@ EXE_LIBS = \
3937
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
4038
-lsampling \
4139
-lfileFormats
42-
43-
#else
44-
45-
EXE_INC = \
46-
${EXE_FROUNDING_MATH} \
47-
${EXE_NDEBUG} \
48-
${CGAL_INC} \
49-
${c++CGALWARN} \
50-
-I$(FOAM_APP)/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/lnInclude \
51-
-I../conformalVoronoi2DMesh/lnInclude \
52-
-I../conformalVoronoiMesh/lnInclude \
53-
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
54-
-I$(LIB_SRC)/finiteVolume/lnInclude \
55-
-I$(LIB_SRC)/meshTools/lnInclude \
56-
-I$(LIB_SRC)/surfMesh/lnInclude \
57-
-I$(LIB_SRC)/edgeMesh/lnInclude \
58-
-I$(LIB_SRC)/dynamicMesh/lnInclude \
59-
-I$(LIB_SRC)/mesh/extrudeModel/lnInclude \
60-
-I$(LIB_SRC)/sampling/lnInclude \
61-
-I$(LIB_SRC)/triSurface/lnInclude \
62-
-I$(LIB_SRC)/fileFormats/lnInclude \
63-
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude
64-
65-
EXE_LIBS = \
66-
$(CGAL_LIBS) \
67-
-lgmp \
68-
-lextrude2DMesh \
69-
-lextrudeModel \
70-
-lcv2DMesh \
71-
-lconformalVoronoiMesh \
72-
-lmeshTools \
73-
-lsurfMesh \
74-
-ledgeMesh \
75-
-ltriSurface \
76-
-ldynamicMesh \
77-
-ldecompositionMethods \
78-
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
79-
-lsampling \
80-
-lfileFormats \
81-
-lboost_thread-mt \
82-
-lboost_system-mt
83-
84-
#endif

wmake/rules/mingw_w64Gcc/CGAL

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ CGAL_LIBS = \
66
-L$(BOOST_ARCH_PATH)/lib \
77
-L$(CGAL_ARCH_PATH)/lib \
88
-lCGAL \
9-
-lmpfr
9+
-lmpfr \
10+
-lgmp \
11+
-lboost_thread-mt \
12+
-lboost_system-mt

0 commit comments

Comments
 (0)