Skip to content

Commit 13f41fd

Browse files
committed
Only run patchelf for hypre tests on Linux.
1 parent 4be9131 commit 13f41fd

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pkgs/hypre.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ build_stages:
117117
handler: bash
118118
bash: |
119119
120-
- when: not without_check
120+
- when: not without_check and platform == 'Linux'
121121
name: check
122122
after: rpath-fix
123123
handler: bash
@@ -131,6 +131,17 @@ build_stages:
131131
./test/struct
132132
./test/sstruct -in test/sstruct.in.default -solver 40 -rhsone
133133
134+
- when: not without_check and platform != 'Linux'
135+
name: check
136+
after: rpath-fix
137+
handler: bash
138+
bash: |
139+
make check
140+
make test
141+
./test/ij
142+
./test/struct
143+
./test/sstruct -in test/sstruct.in.default -solver 40 -rhsone
144+
134145
- when: without_check
135146
name: check
136147
after: rpath-fix

0 commit comments

Comments
 (0)