On Tue, 20 Apr 2010 15:28:56 -0500, John Peterson <[email protected]> wrote: > I think not all PETSc installs (at the time) had a Makefile installed > with them, so we couldn't use make getlinklibs reliably everywhere.
"prefix" installs don't have one, but you can use your own makefile that consists of just two lines include $(PETSC_DIR)/conf/variables include $(PETSC_DIR)/conf/rules and $ make -f my-makefile getlinklibs Jed ------------------------------------------------------------------------------ _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
