Skip to content

Commit feb18e9

Browse files
committed
shared and fpic
1 parent 7a91b51 commit feb18e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hipo-ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)