Skip to content

Commit b4f761a

Browse files
committed
Minor fix for hypre (replace Linux with linux).
1 parent 13f41fd commit b4f761a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/hypre.yaml

Lines changed: 2 additions & 2 deletions
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 and platform == 'Linux'
120+
- when: not without_check and platform == 'linux'
121121
name: check
122122
after: rpath-fix
123123
handler: bash
@@ -131,7 +131,7 @@ 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'
134+
- when: not without_check and platform != 'linux'
135135
name: check
136136
after: rpath-fix
137137
handler: bash

0 commit comments

Comments
 (0)