Replies: 5 comments 2 replies
-
I think main problem with using Project chrono for most users is collecting the packages you need for modules. That's why I'm creating this topic. |
Beta Was this translation helpful? Give feedback.
-
For several of the dependencies required by some Chrono modules we provide shell scripts that download, configure, build, and install the necessary libraries. See https://github.com/projectchrono/chrono/tree/main/contrib/build-scripts. I am not familiar with msys2, but I have a few concerns about going down that route:
Having said that, please feel free to submit a pull request. If this msys2 package is flexible enough (ideally, it should be able to build any and all of the Chrono modules but also allow a user to select which modules are of interest) we will certainly consider making it available to others. |
Beta Was this translation helpful? Give feedback.
-
As I said such packages as: |
Beta Was this translation helpful? Give feedback.
-
Chrono does not use Boost. I'm looking forward to seeing how this shapes up. Hopefully, it's possible to satisfy the conditions I mentioned above. Thanks |
Beta Was this translation helpful? Give feedback.
-
Here, we have an update on this issue (hooray!) Although we can't add proprietary modules, this will allow more people to simply install project chrono with one simple command, we will add more modules in the future, now it has just core, irrlicht, python. No CUDA or Intel MKL as I said above, sadly. |
Beta Was this translation helpful? Give feedback.
-
This discussion is about making a msys2 package to perform easy installation for Project chrono. This may allow more user-friendly installation using pacman and auto-pull dependencies for different platforms, such as x86_64 etc.
Beta Was this translation helpful? Give feedback.
All reactions