Mesquite with MeshKit
Building MeshKit with Mesquite
Download version Mesquite 2.99 from Sandia web site Mesquite Download Page : Current Development Version (from Trilinos/packages/mesquite Mesquite user manual is available at User Guide Also, in this case, all dependent libraries have to be build statically, including cgm, moab, Lasso and meshkit. (python bindings will not work !)
configure mesquite with a command like this, to build itaps linking libraries:
$ ./configure –prefix=/sandbox/lib/serial/mesquite –with-igeom=/sandbox/lib/serial/cgm/lib/iGeom-Defs.inc –with-imesh=/sandbox/lib/serial/moab/lib/iMesh-Defs.inc –with-irel=/sandbox/lib/serial/Lasso/lib/iRel-Defs.inc –enable-debug
Then, configure meshkit with mesquite dependency:
./configure –prefix=/sandbox/lib/serial/meshkit –with-igeom=/sandbox/lib/serial/cgm –with-imesh=/sandbox/lib/serial/moab –enable-algs –enable-utils –enable-debug –disable-optimize –with-irel=/sandbox/lib/serial/Lasso –with-camal=/homes/iulian/lib/camal.5.1.0-Linux64 –with-triangle=/homes/iulian/source/triangle –enable-src –with-mesquite=/sandbox/lib/serial/mesquite