| Summary: | ODE's lack of "double-precision" use-flag may cause serious malfunctions in depending libraries. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Maarten Billemont <lhunath> |
| Component: | New packages | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Maarten Billemont
2005-05-26 00:38:01 UTC
and how exactly does one configure it to use double versus single ? Lyndir ode-0.5 # less INSTALL
1
2 here are the steps to buid ODE:
3
[...]
12 (2) edit the settings in the file config/user-settings. the list of
supported
13 platforms is given in that file.
Lyndir ode-0.5 # cat config/user-settings
# ODE user settings: the following variables must be set by the user
[...]
# (2) the floating point precision to use (either "SINGLE" or "DOUBLE")
PRECISION=SINGLE
#PRECISION=DOUBLE
Wasn't too hard :P
in cvs |