diff options
-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 |