-
Notifications
You must be signed in to change notification settings - Fork 82
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
Hunter/cmakepp might be interesting for you, too #55
Comments
Thanks! I stumbled over biicode recently, will definitely look at the others. |
There's also this, might be a fancier option for fips' external dependency management: |
Some others
|
I've used this at places, more notably designed around the needs for mid/large VFX studios: It integrates with CMake, but its strengths are more or less for building and deploying explicit versions of software packages and resolving environment variables to point to those explicit versions, with dependency resolution. It's great as well when you use particular software like Maya or Nuke with a C++ plugin compiled to a certain version of the software. |
Interesting, thanks a lot for the pointer, I'll have a look :) |
Not sure if you know these tool already:
All of them have implemented some sort of external dependencies for cmake. It might be useful to try to model fips around the meta packages of some other tools to reuse the packages from there.
Not sure if this is feasable, but it might be worth a look.
The text was updated successfully, but these errors were encountered: