RosettaCommons / binder

Binder, tool for automatic generation of Python bindings
MIT License
321 stars 66 forks source link

Fix error in install.rst #256

Closed python3kgae closed 7 months ago

python3kgae commented 1 year ago

Enable clang build and fix path for llvm.

lyskov commented 1 year ago

Thank you for the PR @python3kgae ! - i am bit surprised that extra flag is needed, - what LLVM version are you using?

python3kgae commented 1 year ago

Thank you for the PR @python3kgae ! - i am bit surprised that extra flag is needed, - what LLVM version are you using?

I'm just following the doc. git clone https://github.com/llvm/llvm-project.git llvm && cd llvm git checkout llvmorg-6.0.1

Building it under wsl ubuntu 22.04.2.

lyskov commented 7 months ago

Can not reproduce, closing.