1 # Contributor: Jed Brown <jed@59A2.org>
5 pkgdesc="Mesh Oriented Database"
6 url="http://trac.mcs.anl.gov/projects/ITAPS/wiki/MOAB"
9 depends=(openmpi hdf5 netcdf zoltan)
19 _svntrunk=https://svn.mcs.anl.gov/repos/ITAPS/MOAB/trunk
25 if [ -d $_svnmod/.svn ]; then
26 (cd $_svnmod && svn up -r $_svnver)
28 svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
31 msg "SVN checkout done or server timeout"
32 msg "Starting make..."
34 cp -r $_svnmod $_svnmod-build
39 ./configure --prefix=/usr --enable-imesh --with-mpi --with-hdf5 --with-netcdf --with-zoltan=/usr
41 make DESTDIR=$startdir/pkg install