File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
3434 -DBUILD_SHARED_LIBS=${BUILD_SHARED} \
3535 -DZLIB_USE_STATIC_LIBS=${BUILD_STATIC} \
3636 -DHIPO=ON \
37- -DOPENBLAS_LIB="-lopenblas" \
38- -DMETIS_PATH=${includedir} \
39- -DMETIS_LIB="-lmetis" \
37+ -DBLAS_ROOT="${prefix}" \
38+ -DMETIS_ROOT=${prefix} \
4039 ..
4140
4241if [[ "${target}" == *-linux-* ]]; then
Original file line number Diff line number Diff line change @@ -67,10 +67,11 @@ jobs:
6767 with :
6868 name : ${{ matrix.triplet }}
6969 path : ${{ github.workspace }}/products
70- - run : ls ${{ github.workspace }}/products
71- - run : |
70+ - shell : bash
71+ run : |
7272 tar -xzf ${{ github.workspace }}/products/HiGHS.*.${{ matrix.triplet }}.tar.gz -C ${{ github.workspace }}/products
73- - run : ls ${{ github.workspace }}/products
73+ - run : ls ${{ github.workspace }}/products/bin
74+ - run : ls ${{ github.workspace }}/products/lib
7475 - shell : julia --color=yes {0}
7576 run : |
7677 using Pkg
You can’t perform that action at this time.
0 commit comments