melisgl / mgl

Common Lisp machine learning library.
MIT License
585 stars 39 forks source link

I cat't install MGL #13

Open Filipp-Druan opened 1 year ago

Filipp-Druan commented 1 year ago

Hello! Then I enter "(ql:quickload 'mgl)" there is an error: `Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {100487DE63}> with command ("cc" "-o" "/home/iam/.cache/common-lisp/sbcl-2.2.11-linux-x64/home/iam/quicklisp/dists/quicklisp/software/mgl-mat-20220220-git/src/cublas-grovel__grovel-tmpHFNPYN8O.o" "-c" "-I" "/usr/local/cuda/include/" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-fexceptions" "-Wp,-D_FORTIFY_SOURCE=2" "-Wformat" "-Werror=format-security" "-fstack-clash-protection" "-fcf-protection" "-flto=auto" "-D_GNU_SOURCE" "-fno-omit-frame-pointer" "-DSBCL_HOME=/usr/lib/sbcl" "-g" "-Wall" "-Wundef" "-Wsign-compare" "-Wpointer-arith" "-O3" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_FILE_OFFSET_BITS=64" "-Wunused-parameter" "-fno-omit-frame-pointer" "-momit-leaf-frame-pointer" "-fPIC" "-I/home/iam/quicklisp/dists/quicklisp/software/cffi_0.24.1/" "/home/iam/.cache/common-lisp/sbcl-2.2.11-linux-x64/home/iam/quicklisp/dists/quicklisp/software/mgl-mat-20220220-git/src/cublas-grovel__grovel.c") exited with error code 1 Environment: Manjaro Linux, SBCL 2.26.1

SimonNjoroge commented 9 months ago

Check all deps of CUDA, Update Quicklisp with (ql:update-client) (ql:update-all-dists) Maybe check SBCL version compatibility with MGL version.