Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependency #37

Open
kkimurak opened this issue Nov 29, 2019 · 4 comments
Open

update dependency #37

kkimurak opened this issue Nov 29, 2019 · 4 comments

Comments

@kkimurak
Copy link
Owner

kkimurak commented Nov 29, 2019

Currently this script will install ode 0.13 (if need to build from source),
and OpenCV is also older version.
Need a way to get latest release, and I've already did it for ssl-game-controller.
OpenCV is hosted on GitHub. How about ODE...?

I need to know how to get latest release on BitBucket.

@kkimurak
Copy link
Owner Author

Originally We're building ode from source to enable 'double-precision'.
Recently I found the package ode-doubleavailable for fedora, so we don't have to build ode from source.
But for Arch, nothing similar to this exist so still require to do that...

@kkimurak
Copy link
Owner Author

kkimurak commented May 9, 2020

I've installed ode from source because Fedora 30 do not support ode-double, but Fedora 31 do.
And EOL of Fedora 30 will come soon (it maybe 19 May 2020) So I can update deps for Fedora after the day.

  • delete install_ode_013 from "fedora") in install_libraries() ,
  • add ode-double ode-devel for dnf_pkg_grsim

@kkimurak
Copy link
Owner Author

but we still need to build ode from source if we choose Arch Linux...

@kkimurak
Copy link
Owner Author

ode installed with pacman is built with --enable-double-precision so we don't have to build ode from source any more.

kkimurak added a commit that referenced this issue Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant