This will make scons fail for builds before 0.96.93. But I think everyone is using newer versions than this, so it should be OK. env.Clone has been there since 0.96.03, but the deprecation warning was only turned on for version 0.98, and env.Copy will disappear entirely soon, so this change is reasonable.
ilmar DOLFIN wrote: > One or more new changesets pushed to the primary dolfin repository. > A short summary of the last three changesets is included below. > > changeset: 5076:8b0e7b0cb07493993a860425be3a6e3ebdd69303 > tag: tip > user: Anders Logg <[EMAIL PROTECTED]> > date: Mon Nov 03 13:28:29 2008 +0100 > files: dolfin/SConscript > description: > Use env.Clone instead of env.Copy in SConscript to avoid warning about > deprecated method > > > changeset: 5075:bcd0fee6635d7d7153ef543fa94a04dae693ae9d > user: Anders Logg <[EMAIL PROTECTED]> > date: Mon Nov 03 12:59:35 2008 +0100 > files: dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.h > description: > Minor fixes > > > changeset: 5074:88f2348a54ece61f62f1e256dd5914aa3c9ea626 > user: "Garth N. Wells <[EMAIL PROTECTED]>" > date: Mon Nov 03 11:36:10 2008 +0000 > files: dolfin/function/Function.cpp dolfin/function/FunctionSpace.cpp > dolfin/function/FunctionSpace.h > description: > Fix bug in extracting sub functions. > > Mixed Poisson seems to work now. > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
