Re: [Libmesh-users] Building examples out of tree

2012-12-21 Thread Martin Lüthi
"Kirk, Benjamin (JSC-EG311)" writes: > On Dec 21, 2012, at 7:11 AM, Martin Lüthi wrote: > >> The new Makefiles look horrific and packed with autogenerated stuff, and >> the old, simple ones seem not to work anymore. >> >> So what is the best way to start playing with an example? > >>From a 'mak

Re: [Libmesh-users] Building examples out of tree

2012-12-21 Thread Kirk, Benjamin (JSC-EG311)
On Dec 21, 2012, at 7:11 AM, Martin Lüthi wrote: > The new Makefiles look horrific and packed with autogenerated stuff, and > the old, simple ones seem not to work anymore. > > So what is the best way to start playing with an example? >From a 'make install' When you do that, each example gets

[Libmesh-users] Building examples out of tree

2012-12-21 Thread Martin Lüthi
Hi What is the new way to build examples outside the Libmesh source tree? It used to be as simple as copying an example directory to a new location, maybe adjusting the LIBMESH_DIR path, and "make run". Now "make run" complains that is does not find a number of files in .deps/*.Po Somehow I wou