Date: Fri, 11 Jul 2014 03:50:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361500 - head/science/pnetcdf Message-ID: <201407110350.s6B3oilr005290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 11 03:50:44 2014 New Revision: 361500 URL: http://svnweb.freebsd.org/changeset/ports/361500 QAT: https://qat.redports.org/buildarchive/r361500/ Log: - Fix PLIST [1] - Bump PORTREVISION for package change - Cleanup Makefile - Reformat pkg-descr Reported by: swills [1] Modified: head/science/pnetcdf/Makefile head/science/pnetcdf/pkg-descr head/science/pnetcdf/pkg-plist Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/Makefile Fri Jul 11 03:50:44 2014 (r361500) @@ -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 Modified: head/science/pnetcdf/pkg-descr ============================================================================== --- head/science/pnetcdf/pkg-descr Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/pkg-descr Fri Jul 11 03:50:44 2014 (r361500) @@ -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 Modified: head/science/pnetcdf/pkg-plist ============================================================================== --- head/science/pnetcdf/pkg-plist Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/pkg-plist Fri Jul 11 03:50:44 2014 (r361500) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407110350.s6B3oilr005290>