Skip to content

Commit 559b3d7

Browse files
normallytangentnilsfriess
authored andcommitted
lapack change cmd for install
1 parent 29a7305 commit 559b3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd lapack
7171
mkdir build && cd build
7272
cmake -DCMAKE_INSTALL_LIBDIR=/opt/lapack -DBUILD_SHARED_LIBS=ON -DCBLAS=ON ..
73-
sudo cmake --build . -j4 --target install
73+
sudo make -j4 install
7474
- name: clone and build oneMKL
7575
env:
7676
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/

0 commit comments

Comments
 (0)