Skip to content

Commit 893ebff

Browse files
committed
try to build together with original tetgen from github
1 parent ae4aaa3 commit 893ebff

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/workflows/01-cmake-multi-platform.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,30 @@ jobs:
111111
path: ug4-git/externals/EigenForUG4
112112
ref: feature-eigen34
113113

114-
- name: (2.6) Install UG4/tool_tetgen.git
114+
# - name: (2.6) Install UG4/tool_tetgen.git
115+
# uses: actions/checkout@v4
116+
# with:
117+
# repository: UG4/tool_tetgen.git
118+
# path: ug4-git/tools/tetgen
119+
# ref: master
120+
121+
# install original tetgen from github
122+
- name: (2.6) Install TetGen/TetGen.git
115123
uses: actions/checkout@v4
116124
with:
117-
repository: UG4/tool_tetgen.git
125+
repository: TetGen/TetGen.git
118126
path: ug4-git/tools/tetgen
119-
ref: master
120-
127+
ref: main
128+
129+
# - name: (3) Build UG4 & tetgen
130+
# run: |
131+
# cmake -B ug4-git/build -S ug4-git/ugcore -DTARGET=libgrid -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DProMesh=ON -DLuaShell=ON -DPARALLEL=OFF -Dtetgen=ON -DDIM=3
132+
# cmake --build ug4-git/build --config ${{ matrix.build_type }}
133+
134+
# Build UG4 with original github tetgen, need to switch on Tetgens executable cmake parameter
121135
- name: (3) Build UG4 & tetgen
122136
run: |
123-
cmake -B ug4-git/build -S ug4-git/ugcore -DTARGET=libgrid -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DProMesh=ON -DLuaShell=ON -DPARALLEL=OFF -Dtetgen=ON -DDIM=3
137+
cmake -B ug4-git/build -S ug4-git/ugcore -DTARGET=libgrid -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DProMesh=ON -DLuaShell=ON -DPARALLEL=OFF -Dtetgen=ON -DDIM=3 -DBUILD_EXECUTABLE=ON
124138
cmake --build ug4-git/build --config ${{ matrix.build_type }}
125139
126140
#- name: (2b) Build UG4/tool_tetgen.git

0 commit comments

Comments
 (0)