tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
489 stars 31 forks source link

Update LICENSE #66

Closed tshort closed 2 years ago

tshort commented 2 years ago

Did I miss anyone?

tshort commented 2 years ago

Any idea why Julia nightly - macOS-latest - x64 started failing?

brenhinkeller commented 2 years ago

Oh yeah, I was wondering about that

  UndefVarError: libLLVMExtra not defined

I was tentatively assuming that might just be nightly's fault (IIRC there was a Slack post recently about latest master being broken on mac anyways), but maybe Mason will have an idea

Edit: I can confirm that things are working normally anyways on my (non M1) mac on the 20-day-old nightly that I've been using as my main Julia version lately 😆

MasonProtter commented 2 years ago

Yeah, I assume it’s just the normal instabilities with Nightly.

brenhinkeller commented 2 years ago

LGTM :)

MasonProtter commented 2 years ago

Okay, I'm gonna merge and tag this so it ships with the registered version then

jpsamaroo commented 2 years ago

The libLLVMExtra error is probably https://github.com/maleadt/LLVM.jl/issues/291