Nathan Daly

Results 165 comments of Nathan Daly

Hi! Unfortunately this package isn't really maintained anymore. I would recommend that you try the latest version of PackageCompiler.jl, which has expanded to cover most of the functionality in this...

Ah, sorry, it's because `--cpu-target=x86-64` is incompatible with self-built julia. You can either: 1. Use a shipped julia binary, or 2. Change the cpu target to `cpu_target="native"` in build_app_bundle(). But...

Hi @gabrielfreire. Sorry for the super long delay. I honestly don't have any experience with this kind of thing, and I don't really know how to review it. The premise...

I'm sorry i didn't respond for so long. I'm not sure why it's hanging.. This isn't a great answer, but PackageCompiler is basically unmaintained at this point, but there is...

@staticfloat: After more reflection, I think that the solution will really have to be something that has the shape of `3.i` above. That is, rather than producing these global, unconditioned...

Oh? That sounds really awesome! thanks @staticfloat! My concern, though, is still about being able to set _relative_ paths. I'm not entirely sure this will help. That is, if a...

Perfect, that's exactly what i was hoping to hear! :) Yes, that will work wonderfully. Thanks!

That looks amazing. Thanks for picking this up, @KristofferC! :)