File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,7 @@ jobs:
224224 - name : Test executable
225225 working-directory : ${{runner.workspace}}/build
226226 run : |
227- ls
228- echo "------ bin "
229- ls bin
230- cd bin
231- echo "------ highs "
232- ls -l highs
233- file highs
234- ldd highs
235- ./highs $GITHUB_WORKSPACE/check/instances/afiro.mps
227+ ./bin/highs $GITHUB_WORKSPACE/check/instances/afiro.mps
236228
237229 - name : Ctest
238230 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ if (BUILD_OPENBLAS)
3030 list (APPEND OPENBLAS_MINIMAL_FLAGS
3131 -DUSE_VFPV3:BOOL =ON
3232 -DUSE_VFPV3_D32:BOOL =OFF # crucial: only use d0–d15
33+ -DNO_DOUBLE_COMPLEX:BOOL =ON
34+ -DNO_TRMM:BOOL =ON
35+ -DNO_TRSM:BOOL =ON
36+ -DNO_L3:BOOL =ON # skip complex Level-3 kernels
3337 )
3438 set (SKIP_PARSE_GETARCH TRUE )
3539 else ()
You can’t perform that action at this time.
0 commit comments