On Fri, 21 Feb 2014 15:44:15 +0100 Jan Blechta <[email protected]> wrote:
> Shouldn't -std=c++11 be switched for -std=c++0x which is only > recognized by GCC 4.6 in Ubuntu Precise, the latest long-term release? It can't be beaten by setting CXXFLAGS=" -std=c++0x " gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Iufc -I/usr/include/python2.7 -c ufc/ufc_wrap.cpp -o build/temp.linux-x86_64-2.7/ufc/ufc_wrap.o -std=c++11 -std=c++0x cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: error: unrecognized command line option '-std=c++11' Jan > > Jan > > > On Fri, 21 Feb 2014 15:11:05 +0100 > Johannes Ring <[email protected]> wrote: > > > On Fri, Feb 21, 2014 at 3:05 PM, Anders Logg <[email protected]> > > wrote: > > > On Fri, Feb 21, 2014 at 03:00:01PM +0100, Johannes Ring wrote: > > >> On Fri, Feb 21, 2014 at 2:15 PM, Anders Logg <[email protected]> > > >> wrote: > > >> > UFC has now been merged into FFC. Some work remains to do some > > >> > cleanup after the merge (mostly merging of the documentation), > > >> > but everything should work now. This means that FEniCS users no > > >> > longer need to download and install UFC separately. > > >> > > > >> > Some issues: > > >> > > > >> > - Can we mark the UFC repository as discontinued on Bitbucket? > > >> > Should it be removed? > > >> > > > >> > - How do we handle installation in Dorsal? If we just remove > > >> > the UFC package, then it will work for installation from the > > >> > master branch but will fail for download of the latest stable > > >> > version. > > >> > > >> We can fix this temporarily by setting BUILDCHAIN=cmake in > > >> ufc-stable.package and BUILDCHAIN=nothing in ufc.package. This > > >> will checkout UFC from git but nothing will be built or > > >> installed when STABLE_BUILD=false. When 1.4 is release, we can > > >> remove the UFC package. > > > > > > Sounds good. Will you fix? > > > > Yes, done. > > > > Johannes > > _______________________________________________ > > fenics mailing list > > [email protected] > > http://fenicsproject.org/mailman/listinfo/fenics > > _______________________________________________ > fenics mailing list > [email protected] > http://fenicsproject.org/mailman/listinfo/fenics _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
