We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553d22e commit bb2bc0dCopy full SHA for bb2bc0d
.github/workflows/python-api-test.yml
@@ -80,14 +80,14 @@ jobs:
80
run: |
81
git clone https://github.com/KarypisLab/METIS.git
82
cd METIS
83
- make config prefix=${{ github.workspace }}/libs/install
+ make config prefix=${{ github.workspace }}/libs/install shared=1
84
make install
85
86
- name: Build ParMETIS
87
88
git clone https://github.com/KarypisLab/ParMETIS.git
89
cd ParMETIS
90
91
92
93
- name: Build Zoltan from Trilinos (minimal)
0 commit comments