-
Notifications
You must be signed in to change notification settings - Fork 143
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
Extra CMake modules for building boost within project. #9
Conversation
I've gone through the code: see the tudatBundle pull request #1. |
Hi @DominicDirkx thanks for the comments. I have gone through them. Tudat now sucessfully build using MinGW32 GCC 4.8.1. This is the minimum version we can expect to encounter in the wild. One unit test failed, I have addressed this issue by opening an issue #10. |
Add back optimization flags (were disabled to rule out problems). Space vs tab indentation.
I've added some comments to the tudatBundle pull request (Tudat/tudatBundle#1). Some small issues remain, but nothing critical. I'll merge these pull requests and update the code according to the remaining issues. We can address the clang issues and the issue of (in)dependence between tudat and tudatBundle in a next issue. |
Extra CMake modules for building boost within project.
Comments on TimeType pull request
See other accompanying tudatBundle pull request:
Tudat/tudatBundle#1