1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/math/combblas/files/patch-include_CombBLAS_FullyDistSpVec.cpp
2022-07-15 10:42:15 -07:00

14 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"