dch - 2017-06-27

I have some code that uses some lapack libraries, and I am able to compile it with the auto libraries from the command line. However when I use the python utility AUTO, and try and run this code of mine, AUTO tries to recompile it. However, it is unable to find the lapack libraries, and compilation fails. Is there a way to add the lapack library call to the makefile (or the compile command that AUTO) uses it? Also, is it possible to just compile once, and not every time?
Thanks.

David Halpern