rint() issue after creating VS Project using CMake

后端 未结 2 1744
滥情空心
滥情空心 2021-01-29 04:37

I\'m having an issue compiling code - specifically METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering.

I\'ve successfully managed to make Visual Studio

2条回答
  •  遥遥无期
    2021-01-29 04:51

    only comment out the line #define rint(x) ((idx_t)((x)+0.5)) in metis\GKlib\gk_arch.h is enough.

提交回复
热议问题