-
Notifications
You must be signed in to change notification settings - Fork 106
Description
For various reasons, I need to create a binary build for a binary that links against Julia resp. libjulia (to interact with the Julia GC, but that should be irrelevant). This requires Julia >= 1.2
My problem is that in the build environment, there is no Julia installed, and in particular no Julia headers, so I can't do that. Is there any way around this? I realize this is probably a relatively rare thing to do, so perhaps BinaryBuilder does not cover it yet? If it does not, is there are at least principle interest in supporting this? (If so, I'd be inclined to try and help implement it).
Not sure if it is relevant, but note that I am currently using BinaryBuilder 0.1.4, because that's the version being shipped. But I see that there are tons of changes in this repository compared to that, which makes me wonder what I should be using.