science/pnetcdf: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-03-09 21:45:31 +08:00
parent 4d8c173801
commit 85204282d9
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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