On Fri, Jun 1, 2012 at 11:28 AM, Joachim Berdal Haga <[email protected]> wrote: >> > In CMakeFiles/CMakeError.log, this seems to be the error message of the >> > failing test: >> > make[1]: *** No rule to make target `/usr/lib/libgmpxx.so', needed by >> > `cmTryCompileExec'. Stop. >> >> I couldn't reproduce this in a clean chroot with Ubuntu 12.04 and I >> also only have /usr/lib/x86_64-linux-gnu/libgmpxx.so. Have you tried >> to completely remove the DOLFIN build directory? > > > Yes, I removed dorsal_build_dir several times. Strange. I "fixed" it with > symlinks from /usr/lib/lib{gmp,gmpxx,mpfr}.so, but that's not a long term > solution obviously :) > > I'll try again later, but just to be double-plus-sure: CGAL was really > included in your build? It will build fine without, but missing some > functionality.
Yes. This is what I got from running only ./dorsal.sh (it didn't pick up MTL4): -- The following optional packages were found: -- ------------------------------------------- -- (OK) OPENMP -- (OK) MPI -- (OK) PETSC -- (OK) SLEPC -- (OK) TRILINOS -- (OK) UMFPACK -- (OK) CHOLMOD -- (OK) SCOTCH -- (OK) PARMETIS -- (OK) CGAL -- (OK) ZLIB -- (OK) PYTHON -- -- The following optional packages could not be found: -- --------------------------------------------------- -- (**) MTL4 -- (**) SPHINX However, that was with STABLE_BUILD=true. I'm trying with STABLE_BUILD=false now but I don't think that will be different. Also the DOLFIN package for 12.04 in the PPA picks up CGAL correctly: https://launchpadlibrarian.net/98511148/buildlog_ubuntu-precise-amd64.dolfin_1.0.0-2~ppa2~precise1_BUILDING.txt.gz Johannes _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

