diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:45:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:05:27 +0800 |
commit | 85204282d9bc7de66c0a43d2caac14615e94f31b (patch) | |
tree | e09f7e2b479149d19c87b00bde76434a871e945a | |
parent | science/eccodes: Update to 2.34.1 (diff) |
science/pnetcdf: Update WWW and clean up pkg-descr
-rw-r--r-- | science/pnetcdf/Makefile | 3 | ||||
-rw-r--r-- | science/pnetcdf/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 8fe6e9ab4b31..20efb8a90604 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -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 diff --git a/science/pnetcdf/pkg-descr b/science/pnetcdf/pkg-descr index 856981207a23..944034fac085 100644 --- a/science/pnetcdf/pkg-descr +++ b/science/pnetcdf/pkg-descr @@ -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 |