diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-29 05:55:51 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-29 05:55:51 +0000 |
| commit | 25457eaa8adb6a188f6bd30046558cdaad80a0ae (patch) | |
| tree | 5c04cb5285c883956e27f995698c4065b580b6f5 /math/dsdp/files/patch-src_sys_dsdploginfo.c | |
| parent | c07032e2a4223e9a5380fd764416003adb369019 (diff) | |
New port: math/dsdp: Implementation of interior-point method for semidefinite programming
Diffstat (limited to 'math/dsdp/files/patch-src_sys_dsdploginfo.c')
| -rw-r--r-- | math/dsdp/files/patch-src_sys_dsdploginfo.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/dsdp/files/patch-src_sys_dsdploginfo.c b/math/dsdp/files/patch-src_sys_dsdploginfo.c new file mode 100644 index 000000000000..9a399e0d7832 --- /dev/null +++ b/math/dsdp/files/patch-src_sys_dsdploginfo.c @@ -0,0 +1,10 @@ +--- src/sys/dsdploginfo.c.orig 2018-10-29 04:54:46 UTC ++++ src/sys/dsdploginfo.c +@@ -6,7 +6,6 @@ + #include <stdarg.h> + #include <sys/types.h> + #include <stdlib.h> +-#include <malloc.h> + #include "dsdpsys.h" + #include "dsdpbasictypes.h" + |
