JuliaPerf / MCAnalyzer.jl

A set of tools for machine code analyzing of Julia code
Other
46 stars 9 forks source link

Support for newer libLLVM_jll version #23

Closed musm closed 2 years ago

musm commented 2 years ago

I'm having some compatibility issues installing the pacakge due to libLLVM_jll

I'm wondering if this package could have those dependencies bumped.

└─found to have no compatible versions left with LLVM_jll [86de99a1]
   └─LLVM_jll [86de99a1] log:
     ├─possible versions are: 6.0.1-13.0.0 or uninstalled
     ├─restricted by julia compatibility requirements to versions: 11.0.0-12.0.1 or uninstalled
     └─restricted by compatibility requirements with MCAnalyzer [a81df072] to versions: 9.0.1-11.0.1, leaving only versions: 11.0.0-11.0.1
       └─MCAnalyzer [a81df072] log:
         ├─possible versions are: 0.1.0-0.3.0 or uninstalled
         └─restricted to versions 0.3.0 by an explicit requirement, leaving only versions 0.3.0

That suggests things should work with `LLVM_jl' 11.0.0-11.0.1, but alas.

vchuravy commented 2 years ago

Yes GPUCompiler probably needs a bump. Can you open a PR?

musm commented 2 years ago

done

musm commented 2 years ago

Could we also tag a release?