yambo-code / yambo

This is the official GPL repository of the yambo code
http://www.yambo-code.eu/
GNU General Public License v2.0
100 stars 39 forks source link

Objects saving during compilation broken #146

Closed andreamarini closed 3 weeks ago

andreamarini commented 3 weeks ago

In my original coding of the compilation procedure yambo was able to recompile executables without toucing pre-compiled objects.

This feature is now broken. In tech-master if I do

> make yambo
> make yambo_ph
> make yambo

the second call to >make yambo re-compiles stuff while it shouldn't.