notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pnetcdf Object-oriented python interface to the PnetCDF library
1.0.0_1 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-28 17:07:12
Last Update: 2025-09-07 23:03:19
Commit Hash: 6ff9665
Also Listed In: python
License: MIT
WWW:
https://github.com/Parallel-NetCDF/PnetCDF-Python
Description:
PnetCDF-Python is a Python interface to PnetCDF, a high-performance I/O library for accessing NetCDF files in parallel. It can provide MPI-based parallel python programs to achieve a scalable I/O performance.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pnetcdf>0:science/py-pnetcdf@${PY_FLAVOR}
To install the port:
cd /usr/ports/science/py-pnetcdf/ && make install clean
To add the package, run one of these commands:
  • pkg install science/py-pnetcdf
  • pkg install py311-pnetcdf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-pnetcdf listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pnetcdf
Package flavors (<flavor>: <package>)
  • py311: py311-pnetcdf
distinfo:
TIMESTAMP = 1736671165 SHA256 (pnetcdf-1.0.0.tar.gz) = b2de14944e921a10072b7b51e7f4664c7aa175dd54c3d61f50bd88c902a673cb SIZE (pnetcdf-1.0.0.tar.gz) = 87294

Packages (timestamps in pop-ups are UTC):
py311-pnetcdf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.0_11.0.0_1-1.0.0_11.0.0_1n/an/an/a
FreeBSD:13:quarterly1.0.0_11.0.0_1-1.0.01.0.0_1n/an/an/a
FreeBSD:14:latest1.0.0_11.0.0_1-1.0.01.0.0_1---
FreeBSD:14:quarterly1.0.0_11.0.0_1-1.0.01.0.0_1---
FreeBSD:15:latest1.0.0_11.0.0_1n/a1.0.0n/an/a--
FreeBSD:15:quarterly1.0.0_11.0.0_1n/a-n/an/a--
FreeBSD:16:latest1.0.0_11.0.0_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-mpi4py-mpich>=3.1.4 : net/py-mpi4py-mpich@py311
  2. py311-numpy>=0,1 : math/py-numpy@py311
  3. py311-packaging>=23.1 : devel/py-packaging@py311
  4. py311-setuptools>=61 : devel/py-setuptools@py311
  5. py311-wheel>=0 : devel/py-wheel@py311
  6. py311-cython>=0.29.37<3 : lang/cython@py311
  7. python3.11 : lang/python311
  8. py311-build>=0 : devel/py-build@py311
  9. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-mpi4py-mpich>=3.1.4 : net/py-mpi4py-mpich@py311
  2. py311-numpy>=0,1 : math/py-numpy@py311
  3. py311-cython>=0.29.37<3 : lang/cython@py311
  4. python3.11 : lang/python311
Library dependencies:
  1. libpnetcdf.so : science/pnetcdf@mpich
  2. libmpich.so : net/mpich
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
science_py-pnetcdf
USES:
localbase mpi:mpich python pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pnetcdf/
  2. https://pypi.org/packages/source/p/pnetcdf/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_1
07 Sep 2025 23:03:19
commit hash: 6ff9665a74c3b6a783db99af2f789418a1ba5365commit hash: 6ff9665a74c3b6a783db99af2f789418a1ba5365commit hash: 6ff9665a74c3b6a783db99af2f789418a1ba5365commit hash: 6ff9665a74c3b6a783db99af2f789418a1ba5365 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/pnetcdf: Update to 1.14.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/Parallel-NetCDF/PnetCDF/blob/master/RELEASE_NOTES
		https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/tree/master/Release_notes
1.0.0
28 Jan 2025 17:04:43
commit hash: 9e122cc43f5abee5d6e3e34953ec3586ae75dea7commit hash: 9e122cc43f5abee5d6e3e34953ec3586ae75dea7commit hash: 9e122cc43f5abee5d6e3e34953ec3586ae75dea7commit hash: 9e122cc43f5abee5d6e3e34953ec3586ae75dea7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/py-pnetcdf: Add py-pnetcdf 1.0.0

PnetCDF-Python is a Python interface to PnetCDF, a high-performance I/O library
for accessing NetCDF files in parallel. It can provide MPI-based parallel python
programs to achieve a scalable I/O performance.

Number of commits found: 2