File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,23 @@ jobs:
7373 run : |
7474 git clone https://github.com/KarypisLab/GKlib.git
7575 cd GKlib
76- make config prefix=${{ github.workspace }}/libs/install
76+ installDir=${{ github.workspace }}/libs/install
77+ make config prefix=$installDir shared=1
7778 make install
79+ ln -s $installDir/lib/libGKlib.so.0 $installDir/lib/libGKlib.so #https://github.com/KarypisLab/GKlib/issues/49
7880
7981 - name : Build METIS
8082 run : |
8183 git clone https://github.com/KarypisLab/METIS.git
8284 cd METIS
83- make config prefix=${{ github.workspace }}/libs/install
85+ make config prefix=${{ github.workspace }}/libs/install shared=1
8486 make install
8587
8688 - name : Build ParMETIS
8789 run : |
8890 git clone https://github.com/KarypisLab/ParMETIS.git
8991 cd ParMETIS
90- make config prefix=${{ github.workspace }}/libs/install
92+ make config prefix=${{ github.workspace }}/libs/install shared=1
9193 make install
9294
9395 - name : Build Zoltan from Trilinos (minimal)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ For more information, start at our
99### What is in this repository? ###
1010
1111* PUMI: parallel unstructured mesh infrastructure API
12- [ User's Guide] ( http ://scorec.rpi.edu/~seol/PUMI.pdf )
12+ [ User Guide] ( https ://doi.org/10.5281/zenodo.16412599 )
1313* PCU: Communication and file IO built on MPI
1414* APF: Abstract definition of meshes, fields, and related operations
1515* GMI: Common interface for geometric modeling kernels
You can’t perform that action at this time.
0 commit comments