@@ -45,20 +45,20 @@ jobs:
4545 ls
4646
4747 - name : Install GKlib Release
48- if : ${{ matrix.config == 'Release' }}
48+ # if: ${{ matrix.config == 'Release' }}
4949 run : |
5050 cd GKlib
5151 make config shared=1 prefix=${{runner.workspace}}/installs
5252 make
5353 make install
5454
55- - name : Install GKlib Debug
56- if : ${{ matrix.config == 'Debug' }}
57- run : |
58- cd GKlib
59- make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
60- make
61- make install
55+ # - name: Install GKlib Debug
56+ # if: ${{ matrix.config == 'Debug' }}
57+ # run: |
58+ # cd GKlib
59+ # make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
60+ # make
61+ # make install
6262
6363 # - name: Check installs
6464 # working-directory: ${{runner.workspace}}
@@ -76,20 +76,23 @@ jobs:
7676 ls
7777
7878 - name : Install METIS Release
79- if : ${{ matrix.config == 'Release'}}
79+ # if: ${{ matrix.config == 'Release'}}
8080 run : |
8181 cd METIS
8282 make config shared=1 prefix=${{runner.workspace}}/installs
8383 make
8484 make install
8585
86- - name : Install METIS Debug
87- if : ${{ matrix.config == 'Debug'}}
88- run : |
89- cd METIS
90- make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
91- make
92- make install
86+ # - name: Install METIS Debug
87+ # if: ${{ matrix.config == 'Debug'}}
88+ # run: |
89+ # cd METIS
90+ # make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
91+ # make
92+ # make install
93+
94+ # error: ‘graph’ may be used uninitialized [-Werror=maybe-uninitialized]
95+ # -DCMAKE_BUILD_TYPE=${{ matrix.config }} \
9396
9497 # no default blas available on runner
9598
0 commit comments