File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed
Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -34,37 +34,21 @@ jobs:
3434 mkdir installs
3535 ls
3636
37- - name : Copy GKlib shared (bug)
38- working-directory : ${{runner.workspace}}
37+ - name : Install GKLIB
3938 run : |
4039 cd GKlib
4140 make config shared=1 prefix=${{runner.workspace}}/installs
4241 make
4342 make install
4443
45- # - name: Check installs
46- # working-directory: ${{runner.workspace}}
47- # run: |
48- # cd installs
49- # ls
50- # ls lib
51-
52- - name : Copy GKlib shared (bug)
53- working-directory : ${{runner.workspace}}
54- run : |
55- cd installs
56- cd lib
57- ln libGKlib.so.0 libGKlib.so
58- ls
59-
6044 - name : Install METIS
6145 run : |
6246 cd METIS
6347 make config shared=1 prefix=${{runner.workspace}}/installs
6448 make
6549 make install
6650
67- - name : Check METIS
51+ - name : Check METIS and GKlib
6852 working-directory : ${{runner.workspace}}
6953 run : |
7054 cd installs
Original file line number Diff line number Diff line change 3434 mkdir installs
3535 ls
3636
37- - name : Copy GKlib shared (bug)
38- working-directory : ${{runner.workspace}}
37+ - name : Install GKlib
3938 run : |
4039 cd GKlib
4140 make config shared=1 prefix=${{runner.workspace}}/installs
Original file line number Diff line number Diff line change 2121 ref : main
2222 path : overlay-ports
2323
24+ - name : List overlay contents
25+ shell : pwsh
26+ run : Get-ChildItem -Recurse "$env:GITHUB_WORKSPACE/overlay-ports"
27+
2428 - name : Install metis with overlay port
2529 shell : pwsh
2630 run : |
You can’t perform that action at this time.
0 commit comments