Page 1 of 1

Compile Yambo offline

Posted: Tue Feb 02, 2021 10:43 am
by javad
Dear developers

is it possible to compile yambo offline?
If I download libraries and so on..

best
Javad

Re: Compile Yambo offline

Posted: Tue Feb 02, 2021 10:49 am
by Daniele Varsano
Dear Javad,
yes, you need to download the needed libraries, compile them if they are not already present in your machine, and link them using the command line options in the configure.

Code: Select all

./configure -h
will list the variables for each library.

Best,
Daniele

Re: Compile Yambo offline

Posted: Wed Feb 03, 2021 5:08 pm
by klust
lib/archive contains a file with the list of packages that Yambo can download itself (package.list). You can also download the files that are indicated in package.list from the URLs that are also there and put them in lib/archive. Yambo will then not try to download again. This is a procedure we follow in one of the supercomputer centres where I work as it is a policy of ours to always try to keep all sources for a future re-installation of the package, as sources on the web may disapper or may have moved by then.

Re: Compile Yambo offline

Posted: Fri Mar 19, 2021 1:33 pm
by pyadav
Dear developers,

I'm trying to install the yambo-5.0 in offline mode. I put the tar files into the archive after downloading them manually. Also downloaded the 'drive' folder from "https://github.com/yambo-code/yambo-lib ... d153edc514" and kept it in the "/yambo-5.0/lib/yambo". I receive no error while installing the code but when I look into the 'bin' directory I only get the 'yambo' executable and nothing else. Can someone please tell me what step/file am I missing here?

I have attached the config.status and config.log file.

Thanks,
Pushpendra