summaryrefslogtreecommitdiff
path: root/sci-libs/rocSOLVER/files/rocSOLVER-4.3.0-link-blas.patch
blob: 407582831142e09d23e40af04d3d3c3964c5ab88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Should link blas otherwise ld return error adding symbols: DSO missing from command line
--- orig/clients/benchmarks/CMakeLists.txt
+++ rocSOLVER-rocm-4.3.0/clients/benchmarks/CMakeLists.txt
@@ -17,6 +17,7 @@ target_include_directories( rocsolver-be
     )
 
 target_link_libraries( rocsolver-bench PRIVATE
+  blas
   cblas
   lapack
   Threads::Threads
--- orig/clients/gtest/CMakeLists.txt
+++ rocSOLVER-rocm-4.3.0/clients/gtest/CMakeLists.txt
@@ -87,6 +87,7 @@ target_include_directories( rocsolver-te
     )
 
 target_link_libraries( rocsolver-test PRIVATE
+  blas
   cblas
   lapack
   GTest::GTest