We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 729b40b + 0d70343 commit 395d3a2Copy full SHA for 395d3a2
3 files changed
.github/workflows/python-api-test.yml
@@ -76,7 +76,6 @@ jobs:
76
installDir=${{ github.workspace }}/libs/install
77
make config prefix=$installDir shared=1
78
make install
79
- ln -s $installDir/lib/libGKlib.so.0 $installDir/lib/libGKlib.so #https://github.com/KarypisLab/GKlib/issues/49
80
81
- name: Build METIS
82
run: |
test/CMakeLists.txt
@@ -60,9 +60,6 @@ endif()
60
util_exe_func(render render.cc)
61
util_exe_func(renderClass renderClass.cc)
62
util_exe_func(render_ascii render_ascii.cc)
63
-if(ENABLE_VIZ)
64
- test_exe_func(viz_test viz.cc)
65
-endif()
66
67
# Aniso statistic ans size-field visualization utilities
68
util_exe_func(measureAnisoStats measureAnisoStats.cc)
test/viz.cc
0 commit comments