View | Details | Raw Unified | Return to bug 247763
Collapse All | Expand All

(-)SLIP_LU/Lib/Makefile (-3 lines)
Lines 16-24 default: library Link Here
16
16
17
include ../../SuiteSparse_config/SuiteSparse_config.mk
17
include ../../SuiteSparse_config/SuiteSparse_config.mk
18
18
19
# uncomment for extra error checking:
20
CFLAGS += -Wall -Wextra -Wpedantic -Werror
21
22
# SLIP_LU depends on SuiteSparse_config, AMD, COLAMD, M, GMP, and MPFR
19
# SLIP_LU depends on SuiteSparse_config, AMD, COLAMD, M, GMP, and MPFR
23
LDLIBS += -lsuitesparseconfig -lamd -lcolamd -lm -lgmp -lmpfr
20
LDLIBS += -lsuitesparseconfig -lamd -lcolamd -lm -lgmp -lmpfr
24
21

Return to bug 247763