Skip to content

Commit 4647e09

Browse files
committed
check overlay ports
1 parent 22cac6c commit 4647e09

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

.github/workflows/hipo-macos.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/hipo-ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ 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

.github/workflows/hipo-win.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
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: |

0 commit comments

Comments
 (0)