Skip to content

Commit 444b29d

Browse files
committed
shared
1 parent 246fb7e commit 444b29d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
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}}

0 commit comments

Comments
 (0)