-
Notifications
You must be signed in to change notification settings - Fork 36
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
Provide dependencies with BinDeps.jl #79
Comments
See discussion here: JuliaTeX/TikzPictures.jl#23 |
I think it is a good idea to have a separate TexLive.jl package for installation purposes. :) The starter A few examples of the the high-level interface being used in other packages: |
Nice. I like this a lot. Do you think we should ask the user whether we want to install texlive for the full system, not at all (but provide a link), or just locally inside of the package? |
I am not following the latest TeXLive distribution, but I remember it was huge. By providing the correct rules to BinDeps.jl, I think it will be capable of identifying and using the system-wise installation when available. If no provider is found in the script for a specific OS, then you could fallback to an error message saying that TexLive needs to be manually installed and that pull requests are welcome pointing to |
Sounds like a good plan. We would welcome PRs! I'll mark this one as up for grabs. |
Hi @mykelk , hope you are doing well! Closing this one given that the entire Julia ecosystem for binary dependencies changed. Nowadays the recommended method is BinaryBuilder.jl Best, |
It would be great to have PGFPlots and other binary dependencies installed automatically upon a simple
Pkg.add("PGFPlots")
. If you have the time, please check the super nice BinDeps.jl package.The text was updated successfully, but these errors were encountered: