Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.06k stars 119 forks source link

Installing llvm 7 on Ubuntu 22.04 #79

Closed jafioti closed 2 years ago

jafioti commented 2 years ago

I'm currently running Ubuntu 22.04 and have had quite a bit of trouble getting llvm installed. It seems it's not supported anymore, and 20.04 was the last version that supported it. Given 22.04 is the newest LTS version, and llvm 7 is required for this project to work, this seems like a massive problem. Am I missing some more straightforward way of installing this?

kjetilkjeka commented 2 years ago

Is this a duplicate of #23 ?

jafioti commented 2 years ago

@kjetilkjeka I believe so, will lose. Hope this gets solved sooner or later.