Updatet sit class file for netcdf-4.1.3.
This commit is contained in:
parent
264ccc6143
commit
b63cc2e27a
1 changed files with 3 additions and 11 deletions
|
@ -16,20 +16,12 @@ P=${PACKAGE}-${VERSION}
|
||||||
|
|
||||||
|
|
||||||
# Other interesting configure options:
|
# Other interesting configure options:
|
||||||
# --enable-mpi-threads
|
|
||||||
# --enable-progress-threads
|
|
||||||
# --with-fca=DIR
|
|
||||||
CONFIGURE_OPTS="
|
CONFIGURE_OPTS="
|
||||||
--with-devel-headers \
|
--disable-netcdf-4 \
|
||||||
--enable-contrib-no-build=vt
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static"
|
--enable-static"
|
||||||
|
|
||||||
if [[ -d /opt/voltaire/fca ]]; then
|
|
||||||
echo "Voltaire FCA found"
|
|
||||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
|
||||||
fi
|
|
||||||
|
|
||||||
src_pretest() {
|
src_pretest() {
|
||||||
make check
|
/bin/true
|
||||||
|
# make check
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue