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
I'm using WSL Ubuntu 20.04 on windows 11 and have multiple versions of llvm installed via apt. ubtuntu adds a major version number to installed llvm deps. for eg- llvm-config for llvm 17 will be changed to llvm-config-17
I'm trying to use the latest version of melior which works upon this crate.
while building the project, I get an error saying that a version for llvm was not detected even though llvm-config is found.
I suppose this error arrives due to the naming convention in ubuntu which I wrote about above.
please suggest some fixes or solutions
The text was updated successfully, but these errors were encountered:
I'm using WSL Ubuntu 20.04 on windows 11 and have multiple versions of llvm installed via apt. ubtuntu adds a major version number to installed llvm deps. for eg- llvm-config for llvm 17 will be changed to
llvm-config-17
I'm trying to use the latest version of melior which works upon this crate.
while building the project, I get an error saying that a version for llvm was not detected even though llvm-config is found.
I suppose this error arrives due to the naming convention in ubuntu which I wrote about above.
please suggest some fixes or solutions
The text was updated successfully, but these errors were encountered: