Page 2 of 2

Re: Compile Yambo 5.3

Posted: Thu Mar 20, 2025 4:07 pm
by KinawyM
Dear Nicola,

Please find it attached here and thanks again


All the best,
Mohamed

Re: Compile Yambo 5.3

Posted: Wed Mar 26, 2025 9:02 am
by Nicola Spallanzani
Dear Mohamed,
your operating system is one of those that install the libraries in the folder lib64 instead of lib. Yambo is not able to manage this. This is a bug that we catch very recently and fortunately we already fixed it. So I suggest to you to clone our github repository and use the branch 5.3. This branch contains all the bug fixes that will be included in the next yambo release 5.3.1.

Code: Select all

git clone https://github.com/yambo-code/yambo.git
cd yambo
git checkout 5.3
After that you can use the same procedure used before.
Let me know if this will fix this problem.

Best,
Nicola