Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45856 Details for
Bug 74235
pyode ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch causing pyode's build to look for ode in the correct (/usr/) location.
odepath.patch (text/plain), 720 bytes, created by
Daniel Holth
on 2004-12-12 14:00:38 UTC
(
hide
)
Description:
patch causing pyode's build to look for ode in the correct (/usr/) location.
Filename:
MIME Type:
Creator:
Daniel Holth
Created:
2004-12-12 14:00:38 UTC
Size:
720 bytes
patch
obsolete
>Only in PyODE-1.0.0: _trimesh_switch.pyx >Only in PyODE-1.0.0: build >Common subdirectories: PyODE-1.0.0-orig/examples and PyODE-1.0.0/examples >diff -u PyODE-1.0.0-orig/setup.py PyODE-1.0.0/setup.py >--- PyODE-1.0.0-orig/setup.py 2004-11-16 14:50:02.000000000 -0500 >+++ PyODE-1.0.0/setup.py 2004-12-12 16:47:02.000000000 -0500 >@@ -26,7 +26,7 @@ > # Linux (and other) > else: > >- ODE_BASE = "../ode" >+ ODE_BASE = "/usr" > > INC_DIRS = [os.path.join(ODE_BASE, "include")] > LIB_DIRS = [os.path.join(ODE_BASE, "lib")] >Common subdirectories: PyODE-1.0.0-orig/src and PyODE-1.0.0/src >Common subdirectories: PyODE-1.0.0-orig/tests and PyODE-1.0.0/tests >Common subdirectories: PyODE-1.0.0-orig/xode and PyODE-1.0.0/xode
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74235
:
45855
| 45856 |
45857