File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 make
5252 make install
5353
54-
5554 # - name: Check METIS and GKlib
5655 # working-directory: ${{runner.workspace}}
5756 # run: |
@@ -125,19 +124,20 @@ jobs:
125124 run : |
126125 cd GKlib
127126 make clean
128- make config ccopts=-fPIC prefix=${{runner.workspace}}/installs
127+ make config shared=1 prefix=${{runner.workspace}}/installs
129128 make
130129 make install
131130
132131 - name : Install METIS
132+ shell : bash
133133 run : |
134134 cd METIS
135135 make clean
136- make config ccopts=-fPIC prefix=${{runner.workspace}}/installs gklib_path=../GKlib
136+ export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
137+ make config shared=1 prefix=${{runner.workspace}}/installs gklib_path=../GKlib
137138 make
138139 make install
139140
140- # export LD_LIBRARY_PATH=/home/runner/work/HiGHS/installs/lib:$LD_LIBRARY_PATH
141141
142142 - name : Check METIS and GKlib
143143 working-directory : ${{runner.workspace}}
You can’t perform that action at this time.
0 commit comments