Skip to content

Commit 395d3a2

Browse files
Nightly BotSichao25
authored andcommitted
Merging develop into master
2 parents 729b40b + 0d70343 commit 395d3a2

3 files changed

Lines changed: 0 additions & 114 deletions

File tree

.github/workflows/python-api-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
installDir=${{ github.workspace }}/libs/install
7777
make config prefix=$installDir shared=1
7878
make install
79-
ln -s $installDir/lib/libGKlib.so.0 $installDir/lib/libGKlib.so #https://github.com/KarypisLab/GKlib/issues/49
8079
8180
- name: Build METIS
8281
run: |

test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ endif()
6060
util_exe_func(render render.cc)
6161
util_exe_func(renderClass renderClass.cc)
6262
util_exe_func(render_ascii render_ascii.cc)
63-
if(ENABLE_VIZ)
64-
test_exe_func(viz_test viz.cc)
65-
endif()
6663

6764
# Aniso statistic ans size-field visualization utilities
6865
util_exe_func(measureAnisoStats measureAnisoStats.cc)

test/viz.cc

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)