You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/dsdp/files/dsdp-5.8-gold.patch

14 lines
342 B

diff --git a/examples/Makefile b/examples/Makefile
index 8d7d433..11b9c8c 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -4,7 +4,7 @@ default:
include ../make.include
-EXAMPLE_LIBS = ${DSDPLIB} ${LAPACKBLAS}
+EXAMPLE_LIBS = ${DSDPLIB} ${LAPACKBLAS} -lm
dsdp: exinfo clean
${MEX} -I${DSDPROOT}/include dsdp.c ${DSDPLIB};