vcpkg/ports/suitesparse/metis.patch
mmazaherit c24021c022 0
2017-06-03 14:43:03 -04:00

14 lines
372 B
Diff

diff --git "a/GKlib/gk_arch.h" "b/GKlib/gk_arch.h"
index 01c72e56..2cb80ccf 100644
--- "a/GKlib/gk_arch.h"
+++ "b/GKlib/gk_arch.h"
@@ -60,7 +60,7 @@ typedef ptrdiff_t ssize_t;
#ifdef __MSC__
/* MSC does not have rint() function */
-#define rint(x) ((int)((x)+0.5))
+//#define rint(x) ((int)((x)+0.5))
/* MSC does not have INFINITY defined */
#ifndef INFINITY