Hi, The buildbot linux64-exp now fails with the following error:
mpic++ -o dolfin/graph/ParMETIS.os -c -Wall -pipe -ansi -BOOST_UBLAS_NDEBUG -DDEBUG -g -O2 -Werror -DHAS_MPI=1 -DMPICH_IGNORE_CXX_SEEK -DPACKAGE_VERSION=\"0.9.6\" -DHAS_LAPACK=1 -DHAS_ZLIB=1 -DHAS_UMFPACK=1 -DHAS_MTL4=1 -DHAS_CHOLMOD=1 -DHAS_SCOTCH=1 -DHAS_PARMETIS=1 -fno-strict-aliasing -fPIC -I. -I/work/jhbuildbot/fenics/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include/libxml2 -I/usr/include -I/usr/include/suitesparse -I/work/jhbuildbot/src/mtl4 -I/usr/include -I/usr/include/suitesparse -I/work/jhbuildbot/src/scotch_5.1/include -I/usr/include dolfin/graph/ParMETIS.cpp dolfin/graph/ParMETIS.cpp: In static member function 'static void dolfin::ParMETIS::compute_partition(std::vector<unsigned int, std::allocator<unsigned int> >&, const dolfin::LocalMeshData&)': dolfin/graph/ParMETIS.cpp:100: error: 'ParMETIS_V3_PartMeshKway' was not declared in this scope scons: *** [dolfin/graph/ParMETIS.os] Error 1 scons: building terminated because of errors. dolfin/graph/ParMETIS.os failed: Error 1 This happened after I built the PT-SCOTCH libraries. Any ideas? Johannes _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

