aboutsummaryrefslogtreecommitdiff
path: root/math/py-or-tools/files/patch-ortools_base_integral__types.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-or-tools/files/patch-ortools_base_integral__types.h')
-rw-r--r--math/py-or-tools/files/patch-ortools_base_integral__types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-or-tools/files/patch-ortools_base_integral__types.h b/math/py-or-tools/files/patch-ortools_base_integral__types.h
deleted file mode 100644
index f51677c60a8e..000000000000
--- a/math/py-or-tools/files/patch-ortools_base_integral__types.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ortools/base/integral_types.h.orig 2020-09-06 04:04:04 UTC
-+++ ortools/base/integral_types.h
-@@ -24,7 +24,7 @@
- #define ARCH_K8
- #elif defined(__APPLE__) && defined(__GNUC__)
- #define ARCH_K8 // We only support 64 bit on Mac OS X.
--#elif defined(__GNUC__) && defined(__LP64__) && !defined(__aarch64__)
-+#elif defined(__GNUC__) && defined(__LP64__) && !defined(__aarch64__) && !defined(__powerpc64__)
- #define ARCH_K8 // Linux x86_64
- #endif
-