Skip to content

Commit da7780c

Browse files
committed
remove metis test
1 parent 23f3d80 commit da7780c

File tree

3 files changed

+8
-286
lines changed

3 files changed

+8
-286
lines changed

.github/workflows/proto-win.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
-Dmetis_DIR=C:/vcpkg/packages/metis_x64-windows/share/metis \
4545
-DGKlib_DIR=C:/vcpkg/packages/gklib_x64-windows/share/gklib
4646
47-
- name: Build
48-
working-directory: ${{runner.workspace}}/build
49-
shell: bash
50-
run: cmake --build . --target metis-test --config Release --parallel
47+
# - name: Build
48+
# working-directory: ${{runner.workspace}}/build
49+
# shell: bash
50+
# run: cmake --build . --target metis-test --config Release --parallel
5151

52-
- name: Run
53-
working-directory: ${{runner.workspace}}/build
54-
shell: bash
55-
run: ./Release/bin/metis-test.exe
52+
# - name: Run
53+
# working-directory: ${{runner.workspace}}/build
54+
# shell: bash
55+
# run: ./Release/bin/metis-test.exe
5656

5757
# repository: KarypisLab/GKlib
5858
# ref: master

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ endif()
149149
option(PROTO_IPM "Build ProtoIPM" OFF)
150150
message(STATUS "Build ProtoIPM: ${PROTO_IPM}")
151151

152-
if (WIN32 AND PROTO_IPM)
153-
find_package(metis CONFIG REQUIRED)
154-
add_executable(metis-test metis-test.cpp)
155-
target_link_libraries(metis-test PRIVATE metis)
156-
endif()
157-
158152
if (CUPDLP_GPU)
159153
if (WIN32)
160154
set(BUILD_SHARED_LIBS ON)

metis-test.cpp

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

0 commit comments

Comments
 (0)