Dear deal.ii users and developers: I recently installed a fresh copy of OS X 10.5 on a dual xeon intel mac, updated it, and installed the latest developer tools (which are about a week old).
I then compiled new mpi compilers, metis, and petsc as normal, only to be told by deal.ii (latest svn) that the libraries for mpi, metis, and petsc were not of the correct architecture. I found that deal.ii was using the -m64 option to compile and link, and hence wanted the other libraries to be x86_64 instead of i386 (as reported by lipo -detailed_info). So, I recompiled everything with -m64, and got deal to compile..but I still have some issues. Mesh partitioning is not working correctly. Also, if I recompile everything as i386, then manually remove -m64 from common/Make.global_options, I get the same issues. Has anyone else had similar problems? Should I specify a different arch for deal? (it finds i386-apple-darwin9.7.0) Thanks, Jon Pitt _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
