File tree Expand file tree Collapse file tree 3 files changed +8
-286
lines changed
Expand file tree Collapse file tree 3 files changed +8
-286
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -149,12 +149,6 @@ endif()
149149option (PROTO_IPM "Build ProtoIPM" OFF )
150150message (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-
158152if (CUPDLP_GPU)
159153 if (WIN32 )
160154 set (BUILD_SHARED_LIBS ON )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments