File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 run : |
3838 cd GKlib
3939 make clean
40- make config ccopts=-fPIC prefix=${{runner.workspace}}/installs
40+ make config shared=1 prefix=${{runner.workspace}}/installs
4141 make
4242 make install
4343
4444 - name : Install METIS
4545 run : |
4646 cd METIS
4747 make clean
48- make config prefix=${{runner.workspace}}/installs gklib_path=../GKlib
48+ make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
4949 make
5050 make install
5151
@@ -132,7 +132,7 @@ jobs:
132132 run : |
133133 cd METIS
134134 make clean
135- make config prefix=${{runner.workspace}}/installs gklib_path=../GKlib
135+ make config ccopts=-fPIC prefix=${{runner.workspace}}/installs gklib_path=../GKlib
136136 make
137137 make install
138138
You can’t perform that action at this time.
0 commit comments