diff options
-rw-r--r-- | science/pnetcdf/Makefile | 3 | ||||
-rw-r--r-- | science/pnetcdf/pkg-descr | 6 | ||||
-rw-r--r-- | science/pnetcdf/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index e2bd8f7e339d..3831ac6b5d35 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet @@ -19,8 +20,6 @@ OPTIONS_DEFAULT=OPENMPI CONFLICTS= hdf-4.* CFLAGS+= -fPIC -DPIC -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= M4FLAGS="" GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_PERL5= build diff --git a/science/pnetcdf/pkg-descr b/science/pnetcdf/pkg-descr index 1bc495ec8dfb..d35d9c2e42e7 100644 --- a/science/pnetcdf/pkg-descr +++ b/science/pnetcdf/pkg-descr @@ -1,8 +1,8 @@ Parallel-NetCDF is a library providing high-performance I/O while still maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives scientific programmers a space-efficient and portable means for storing data. -However, it does so in a serial manner, making it difficult to achieve high -I/O performance. By making some small changes to the API specified by NetCDF, -we can use MPI-IO and its collective operations. +However, it does so in a serial manner, making it difficult to achieve high I/O +performance. By making some small changes to the API specified by NetCDF, we can +use MPI-IO and its collective operations. WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf diff --git a/science/pnetcdf/pkg-plist b/science/pnetcdf/pkg-plist index 804045785fc2..7bbf091aa5c7 100644 --- a/science/pnetcdf/pkg-plist +++ b/science/pnetcdf/pkg-plist @@ -2,6 +2,8 @@ bin/ncmpidiff bin/ncmpidump bin/ncmpigen bin/ncmpivalid +bin/pnetcdf_version +include/pnetcdf include/pnetcdf.h include/pnetcdf.inc include/pnetcdf.mod @@ -13,3 +15,4 @@ man/man1/ncmpivalid.1.gz man/man3/pnetcdf.3.gz man/man3/pnetcdf_f77.3.gz man/man3/pnetcdf_f90.3.gz +man/man1/pnetcdf_version.1.gz |