science/pnetcdf: Update WWW and clean up pkg-descr
This commit is contained in:
parent
4d8c173801
commit
85204282d9
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,8 @@ MASTER_SITES= https://parallel-netcdf.github.io/Release/ \
|
|||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library providing high-performance I/O
|
||||
WWW= https://parallel-netcdf.github.io/
|
||||
WWW= https://parallel-netcdf.github.io/ \
|
||||
https://github.com/Parallel-NetCDF/PnetCDF
|
||||
|
||||
USES= fortran gmake libtool pathfix perl5
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -4,5 +4,3 @@ 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.
|
||||
|
||||
See also: https://github.com/Parallel-NetCDF/PnetCDF
|
||||
|
|
Loading…
Reference in a new issue