Martin Biel
Martin Biel
I modified the hook into ``` :hook ((julia-snail-repl-mode . (lambda() (with-current-buffer julia-snail-repl-buffer (setq-local compilation-error-regexp-alist-alist julia-snail--compilation-regexp-alist) (setq-local compilation-error-regexp-alist (mapcar #'car compilation-error-regexp-alist-alist)) (compilation-shell-minor-mode 1) (setq-local compilation-search-path (list (julia-snail--capture-basedir julia-snail-repl-buffer))) )))) ``` and...
Of note, the original functionality in the error buffer appears like this:  while the same error link in the julia-snail-buffer (using the use-hook above) appears like this  In...
From the error text I would not assume that this is a `StochasticPrograms` related error. Does it work if you formulate a deterministic version of the problem in JuMP directly?
Parameter values are missing. It looks like the objective is not being bridged properly. Quadratic support is not thoroughly tested, and conic stuff are not tested at all, so it...
The breaking changes in 0.10 will require a few redesigns, so unfortunately I cannot just bump the versions.
Thank you very much for your efforts. The dependence on internal JuMP/MOI functions is unfortunate. Its a solution I opted for in the first major redesign of SPjl, when MathProgBase...
Hm, it segfaulted at the same place. Any other pointers? "echo $PATH [22:56:44]/data/data/com.termux/files/usr/opt/texlive/2017/bin/custom/ /data/data/com.termux/files/usr/bin /data/data/com.termux/files/usr/bin/applets /data/data/com.termux/files/usr/opt/julia-llvm/bin/"
Yes right: "echo $PATH /data/data/com.termux/files/usr/opt/julia-llvm/bin/ /data/data/com.termux/files/usr/opt/texlive/2017/bin/custom/ /data/data/com.termux/files/usr/bin /data/data/com.termux/files/usr/bin/applets" I have been using buildjulia-termux.sh throughout. Still segfaults att corecompiler.jl.
"ldd libjulia.so libm.so libcompiler_rt-termux.so libandroid-support.so libopenblas.so lbbthread.so libgfortran.so.5 libLLVM-6.0julia.so libdl.so libc.so libc++_shared.so "
Update: I tried building the patched llvm directly from deps/ folder (i.e. without USE_SYSTEM_LLVM:=1) and it still segfaults when building corecompiler.