Skip to content

Commit 682293f

Browse files
committed
wip
1 parent 55c40d8 commit 682293f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

cmake/FindHipoDeps.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)