summaryrefslogtreecommitdiff
path: root/sci-libs/dsdp/files/dsdp-5.8-gold.patch
blob: ae677820ffc3c24ca165679b6b5bed088f66aeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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};