File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,11 @@ set(klu_SOURCES
137137 KLU/Source /klu_solve.c
138138 KLU/Source /klu.c
139139 KLU/Source /klu_kernel.c
140+ KLU/Source /klu_defaults.c
140141 KLU/Source /klu_dump.c
141142 KLU/Source /klu_factor.c
142143 KLU/Source /klu_free_numeric.c
144+ KLU/Source /klu_free_symbolic.c
143145 KLU/Source /klu_scale.c
144146 KLU/Source /klu_refactor.c
145147 KLU/Source /klu_diagnostics.c
@@ -148,7 +150,18 @@ set(klu_SOURCES
148150 KLU/Source /klu_analyze_given.c
149151 COLAMD/Source /colamd.c
150152 SuiteSparse_config/SuiteSparse_config.c
153+ AMD/Source /amd_aat.c
154+ AMD/Source /amd_1.c
155+ AMD/Source /amd_2.c
156+ AMD/Source /amd_dump.c
157+ AMD/Source /amd_postorder.c
158+ AMD/Source /amd_defaults.c
159+ AMD/Source /amd_post_tree.c
151160 AMD/Source /amd_order.c
161+ AMD/Source /amd_control.c
162+ AMD/Source /amd_info.c
163+ AMD/Source /amd_valid.c
164+ AMD/Source /amd_preprocess.c
152165 BTF/Source /btf_order.c
153166 BTF/Source /btf_maxtrans.c
154167 BTF/Source /btf_strongcomp.c
You can’t perform that action at this time.
0 commit comments