repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
science
/
math
/
superlu
/
add-superlu-lib-as-dependency-for-the-unit-tests.patch
blob
29d86238af084777b26d71bbc49bc08b26884166
1
--- a/TESTING/MATGEN/CMakeLists.txt
2
+++ b/TESTING/MATGEN/CMakeLists.txt
3
@@ -97,3 +97,4 @@ if(enable_complex16)
4
endif()
5
6
add_library(matgen ${sources})
7
+target_link_libraries(matgen superlu)