mobius-eng
mobius-eng
I second the error on Ubuntu 16.04 with SBCL 1.3.2 ``` Traceback (most recent call last): File "/home/alexey/.local/lib/python3.5/site-packages/jupyter_console/ptshell.py", line 302, in init_kernel_info reply = self.client.get_shell_msg(timeout=1) File "/home/alexey/.local/lib/python3.5/site-packages/jupyter_client/client.py", line 77, in...
I think the reason for the error might be that my processor is not supported for "Level Zero" (based on https://github.com/intel/compute-runtime) **Edit**: actually the processor is supposed to be Kaby...
Ah, I see...
Just an update: it seems to be a broader issue, as I have the same problem with `cl-cffi-gtk` package on Windows 10.
Searching through the closed issues revealed that someone asked for this kind of feature in the past. (issue #206 ) The conclusion was to use this style: ```fortran REAL(8), DIMENSION(:)...
It's not so much on saving the line space, it's just i find it easier to read the documentation while exploring the source code when all arguments are put together...
Just to add to this: `ccl-bin`, `clisp` or `abcl-bin` cannot be installed either. Found one problem in `install-ccl-bin.lisp`: line 5 `(ql:quickload :zip :silent t)` is not executed during `ros install...