Compilation and Installation
Procedure
- Go to the following directory:
cd /path/to/yambo tar -xvf 5.1.1.tar.gz cd yambo-5.1.1
- Modify the configuration file.
sed -i '6530c\ i?86*linux* | ia64*linux* | *x86*64* | *86*cygwin | aarch64*linux* ) ' ./configure
- Create a build file.
./configure
- Perform the compilation.
make core
Parent topic: yambo 5.1.1 Porting Guide (openEuler 20.03)