Closed andreamarini closed 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.
>make yambo
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
the second call to
>make yambo
re-compiles stuff while it shouldn't.