Updatet sit class file for netcdf-4.1.3.

This commit is contained in:
Christoph Niethammer 2012-06-10 22:27:40 +00:00
parent 264ccc6143
commit b63cc2e27a

View file

@ -16,20 +16,12 @@ P=${PACKAGE}-${VERSION}
# Other interesting configure options:
# --enable-mpi-threads
# --enable-progress-threads
# --with-fca=DIR
CONFIGURE_OPTS="
--with-devel-headers \
--enable-contrib-no-build=vt
--disable-netcdf-4 \
--enable-shared \
--enable-static"
if [[ -d /opt/voltaire/fca ]]; then
echo "Voltaire FCA found"
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
fi
src_pretest() {
make check
/bin/true
# make check
}