summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/superlu/add-superlu-lib-as-dependency-for-the-unit-tests.patch
blob: 29d86238af084777b26d71bbc49bc08b26884166 (plain) (blame)
1
2
3
4
5
6
7
--- a/TESTING/MATGEN/CMakeLists.txt
+++ b/TESTING/MATGEN/CMakeLists.txt
@@ -97,3 +97,4 @@ if(enable_complex16)
 endif()
 
 add_library(matgen ${sources})
+target_link_libraries(matgen superlu)