opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Install bison and byacc if available. #3663

Closed AlbertoCasasOrtiz closed 8 months ago

AlbertoCasasOrtiz commented 9 months ago

Fixes issue #3578

Brief summary of changes

The prolem was that in some distributions, byacc and bison are required, but not installed by default, but in others, they are not even available in the package manager for install. In this PR I check if bison and byacc area available in apt-get, and install if so.

Testing I've completed

CHANGELOG.md (choose one)


This change is Reviewable

AlbertoCasasOrtiz commented 8 months ago

@aymanhab This should be ready to merge, fixes the first half of #3578 related to the build scripts.

aymanhab commented 8 months ago

Thanks @AlbertoCasasOrtiz