-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reduce dependencies of M2 #52
Comments
Based on the current dependency tree, the dependencies with the most number of dependencies are:
|
That's a cool graph! |
Any chance to use some bits from a brew-installed Singular? |
The boost issue that lead to pinning boost to 1.76 is now closed: Does this mean boost can be unpinned here now? |
If you can figure out how to made dependencies conditional on what bottles are installed that would be nice. Otherwise, it's pretty safe to just ignore brew's warnings that some factory or singular files are getting replaced ..
Sure, though I'm not particularly in a rush. |
Currently:
Some can become build dependencies, like
eigen
andfflas-ffpack
, some likecddlib
can be entirely removed. It might be good to statically link larger dependencies (likeboost
,openblas
) and make them build dependencies.ps:
tbb
is optional because it introduced a dependency ongcc
, which caused some issues. Would be good to make it a recommended build dependency for both M2 and mathicgb again.The text was updated successfully, but these errors were encountered: