Added sit class file for parallel-netcdf-1.2.0.
This commit is contained in:
parent
f57365dbf0
commit
6986ae0c6c
1 changed files with 27 additions and 0 deletions
27
packages/libs/parallel-netcdf/parallel-netcdf-1.2.0
Executable file
27
packages/libs/parallel-netcdf/parallel-netcdf-1.2.0
Executable file
|
@ -0,0 +1,27 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
||||
#
|
||||
|
||||
CATEGORY="libs"
|
||||
PACKAGE="parallel-netcdf"
|
||||
VERSION="1.2.0"
|
||||
URL="http://trac.mcs.anl.gov/projects/parallel-netcdf"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS="MPICC=mpicc MPICXX=mpicxx MPIF77=mpif77 MPIF90=mpif90
|
||||
--disable-netcdf-4 \
|
||||
--enable-shared \
|
||||
--enable-static"
|
||||
|
||||
src_pretest() {
|
||||
/bin/true
|
||||
# make check
|
||||
}
|
Loading…
Reference in a new issue