Skip to content

Commit e272d66

Browse files
normallytangentnilsfriess
authored andcommitted
change to cmake build for lapack
1 parent 4b6a945 commit e272d66

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-
make -j4 install
73+
sudo cmake --build . -j --target 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)