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

Casadi seems to be dependency but not in configure-process #33

Closed
GoogleCodeExporter opened this issue Apr 24, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Build kernel without casadi-installation
2. configure works (doesn't find casadi however creates makefiles)
3. Compilation doesn't find "casadi/symbolic/fx/sx_function.hpp" in symbolic 
functions h.

What is the expected output? What do you see instead?

I would expect casadi to be a dependency of the kernel


Original issue reported on code.google.com by kgrundl on 3 Jun 2013 at 6:13

@GoogleCodeExporter
Copy link
Author

Casadi is a optional dependency of MBSim. If their are parts not working 
without Casadi these should be enclosed by:
#ifdef HAVE_CASADI_SYMBOLIC_SX_SX_HPP
...
#endif
like already done at many places.

Original comment by friedrich.at.gc@googlemail.com on 3 Jun 2013 at 7:23

@friedrichatgc
Copy link
Member

See openmbv issue_#30. casadi should be switched from optional to mandatory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants