File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Install dependencies
4040 run : |
41- sudo apt-get update
42- sudo apt-get install -y mpich libbz2-dev ccache
41+ apt-get update
42+ apt-get install -y mpich libbz2-dev ccache
4343 mkdir -p /opt/ccache/libexec
4444 ln -s $(which ccache) /opt/ccache/libexec/gcc
4545 ln -s $(which ccache) /opt/ccache/libexec/g++
7373 run : |
7474 git clone https://github.com/KarypisLab/GKlib.git
7575 cd GKlib
76- make config prefix=${{ github.workspace }}/libs/install shared=1
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 : |
You can’t perform that action at this time.
0 commit comments