On Tue, 29 Jan 2013, Vikram Garg wrote:

> I dont know if anybody has run into this issue, but doing a git pull and 
> compiling libMesh seems
> to be taking a lot longer recently. It seems that the entire library is being 
> compiled everytime
> I do a git pull. I am not sure, but I think this is because the configure 
> file seems to change
> everytime I do a git pull.
> Is anybody else having the same problem ?

A couple of those incidents were indeed the frequently-changing
autotools files due to Derek's SolutionTransfer stuff; most of them
are probably the frequently-changing header files due to my
dof_id_type stuff.

Sorry about the hassle!  I'm trying to make libMesh compile cleanly
with several extra-paranoid warnings enabled (-Wconversion, for
instance, so the compiler won't happily silently truncate 64-bit to
32-bit ints) and there are a ton of trivial changes involved.  Plus,
I'm working on the headers before the source files, on the theory that
extra recompiling-everything-every-time pain should be gotten out of
the way as soon as possible.
---
Roy

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to