diff options
| author | John Lee <john_lee@openmoko.org> | 2008-03-07 12:40:47 +0000 |
|---|---|---|
| committer | John Lee <john_lee@openmoko.org> | 2008-03-07 12:40:47 +0000 |
| commit | b781aba534b1c5ba47a00fe9e2caaf8743536100 (patch) | |
| tree | 2f6d5f780d0aeea2118ca212bb905d445313ee95 /packages/python/python-pyode | |
| parent | bd4028cfd4a24a0c5875e7445bb115619830b947 (diff) | |
| parent | e906546390539db91733531aa8007a59fcc3b60f (diff) | |
merge of '211b2bf7086145ba83e7b54cebded9bb3025b075'
and 'cb58be96e7128aa032b10e0b9d369ca6f59af487'
Diffstat (limited to 'packages/python/python-pyode')
| -rw-r--r-- | packages/python/python-pyode/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/python/python-pyode/install.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/python/python-pyode/.mtn2git_empty b/packages/python/python-pyode/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/python/python-pyode/.mtn2git_empty diff --git a/packages/python/python-pyode/install.patch b/packages/python/python-pyode/install.patch new file mode 100644 index 0000000000..6f230972c7 --- /dev/null +++ b/packages/python/python-pyode/install.patch @@ -0,0 +1,16 @@ +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++"] + + |
