Skip to content

Commit bb2bc0d

Browse files
authored
python action: build [par]metis with shared libs
1 parent 553d22e commit bb2bc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-api-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080
run: |
8181
git clone https://github.com/KarypisLab/METIS.git
8282
cd METIS
83-
make config prefix=${{ github.workspace }}/libs/install
83+
make config prefix=${{ github.workspace }}/libs/install shared=1
8484
make install
8585
8686
- name: Build ParMETIS
8787
run: |
8888
git clone https://github.com/KarypisLab/ParMETIS.git
8989
cd ParMETIS
90-
make config prefix=${{ github.workspace }}/libs/install
90+
make config prefix=${{ github.workspace }}/libs/install shared=1
9191
make install
9292
9393
- name: Build Zoltan from Trilinos (minimal)

0 commit comments

Comments
 (0)