You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
I tried adding using Libdl to the top line of build.jl and now it appears that it built, but pkg claims to be stuck resolving package versions for a very long time.
(v1.1) pkg> build Vectorize
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/fvheQ/deps/build.log`
Building Vectorize ───────→ `~/.julia/dev/Vectorize/deps/build.log`
Resolving package versions...
Update: I interrupted the Resolving package versions which caused julia to crash
^C^Cfatal: error thrown and no exception handler available.
InterruptException()
jl_run_once at /Users/mason/julia/src/jl_uv.c:186
process_events at ./libuv.jl:98 [inlined]
wait at ./event.jl:246
task_done_hook at ./task.jl:309
jl_apply at /Users/mason/julia/src/./julia.h:1571 [inlined]
finish_task at /Users/mason/julia/src/task.c:174
start_task at /Users/mason/julia/src/task.c:582
but once I restarted julia, things seem to work. I ran the test suite and all tests passed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like we need a
using Libdl
in the build script.The text was updated successfully, but these errors were encountered: