mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: CGAL: get rid of Allwmake
This commit is contained in:
@ -2,10 +2,13 @@
|
|||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
if [ -d "$CGAL_ARCH_PATH" ]
|
||||||
|
then
|
||||||
wmake libso conformalVoronoiMesh
|
wmake libso conformalVoronoiMesh
|
||||||
wmake
|
wmake
|
||||||
#wmake cvMeshBackgroundMesh
|
#wmake cvMeshBackgroundMesh
|
||||||
#(cd cvMeshSurfaceSimplify && ./Allwmake)
|
#(cd cvMeshSurfaceSimplify && ./Allwmake)
|
||||||
#wmake cellSizeAndAlignmentGrid
|
#wmake cellSizeAndAlignmentGrid
|
||||||
|
fi
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
@ -2,7 +2,10 @@
|
|||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
if [ -d "$CGAL_ARCH_PATH" ]
|
||||||
|
then
|
||||||
wmake libso conformalVoronoi2DMesh
|
wmake libso conformalVoronoi2DMesh
|
||||||
wmake
|
wmake
|
||||||
|
fi
|
||||||
|
|
||||||
# ----------------------------------------------------------------- end-of-file
|
# ----------------------------------------------------------------- end-of-file
|
||||||
|
|||||||
Reference in New Issue
Block a user