summaryrefslogtreecommitdiff
path: root/packages/python/python-pyode
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pyode')
-rw-r--r--packages/python/python-pyode/install.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/python/python-pyode/install.patch b/packages/python/python-pyode/install.patch
deleted file mode 100644
index 6f230972c7..0000000000
--- a/packages/python/python-pyode/install.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: PyODE-1.2.0/setup.py
-===================================================================
---- PyODE-1.2.0.orig/setup.py
-+++ PyODE-1.2.0/setup.py
-@@ -39,11 +39,6 @@ if sys.platform=="win32":
- # Linux (and other) specific settings
- ######################################################################
- else:
--
-- for base in ["/usr", "/usr/local", "/opt/local"]:
-- INC_DIRS += [os.path.join(base, "include")]
-- LIB_DIRS += [os.path.join(base, "lib")]
--
- LIBS += ["ode", "stdc++"]
-
-