ports/math/combblas/files/patch-include_CombBLAS_FullyDistSpVec.cpp
2022-07-15 10:42:15 -07:00

13 lines
325 B
C++

--- include/CombBLAS/FullyDistSpVec.cpp.orig 2022-07-15 16:37:18 UTC
+++ include/CombBLAS/FullyDistSpVec.cpp
@@ -37,8 +37,8 @@
#include <sys/stat.h>
#ifdef GNU_PARALLEL
-#include <parallel/algorithm>
-#include <parallel/numeric>
+#include <algorithm>
+//#include <parallel/numeric>
#endif
#include "usort/parUtils.h"