Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
thor 8c3ace6052 parallel/mpi-ch: update to 3.4.3
This also removes the MPI_PREFIX business. No parallel installation of multiple
MPIs intended right now. Also, the f90 option is default now to support upcoming
parallel-computing packages in the default setup.

===============================================================================
                               Changes in 3.4.3
===============================================================================

# Fix bugs in GPFS ROMIO driver

# Fix bugs in DAOS ROMIO driver

# Fix nemesis shm bug on systems with weak memory consistency

# Fix progress issue in ch4:ucx finalize

# Fix nonblocking collective issue during finalize

# Fix UBSan warnings in 32-bit builds

# Fix predefined datatype handle leaks

# Fix bug in topology-aware communicator creation

# Fix Slurm nodelist parsing

# Fix testcase for out-of-tree configuration

# Fix truncation testcase for possible disconnection error

# Hydra help message improvements

# Add support for DAOS pool and container labels

===============================================================================
                               Changes in 3.4.2
===============================================================================

# Update configure options to support --disable-ze and --disable-cuda
  to explicitly disable GPU-awareness

# Update embedded hwloc to version 2.4.1. Fixes a build issue on
  systems with OpenCL.

# Fixes for Argobots thread package support.

# Fixes for the DAOS ROMIO driver (thanks to Intel for contributing)

# Fix additional bugs in GPU-aware nonblocking op collectives

# Fix 'make check' errors with embedded MPL and json-c libraries

# Fix support for GNI provider in ch4:ofi netmod

# Fix bug in dynamic window memory registration with ch4:ofi netmod

# Fix bug in persistent pt2pt when used with MPI_PROC_NULL

# Fix bug in hydra nameserver when freeing published entries

# Fix bugs in GPFS ROMIO driver (thanks to IBM for contributing)

# Fix bug in darray type creation (thanks to IBM for contributing)

# Fix bugs in XPMEM support

# Fix bug in MPI_Comm_spawn_multiple where non-root args were not ignored

===============================================================================
                               Changes in 3.4.1
===============================================================================

# Fix bug in GPU memory hooks that caused failures with NCCL

# Fix bug in GPU-aware nonblocking op collectives

# Hide symbols from embedded json-c module

# Removed anonymous struct/union usage in MPL

# Disable Java support in embedded UCX module

===============================================================================
                               Changes in 3.4
===============================================================================

# ch4 replaces ch3 as the default device configuration. If no network
  module is specified at configuration-time, MPICH will search the
  user environment in order to select one to build. The user will be
  prompted to choose if no preferred network library is detected.

# Add support for Yaksa datatype engine (default in ch4).

# Add support for GPU buffers (CUDA, Level Zero) in pt2pt,
  collectives, and one-sided communication.

# Add support for XPMEM.

# Add support for multiple virtual communication interfaces for more
  efficient MPI_THREAD_MULTIPLE (experimental).

# Add DAOS ADIO driver to ROMIO (contributed by Intel).

# Add Quobyte ADIO driver to ROMIO (contributed by Quobyte).

# Add support for Arm compiler toolchain

# Add support for NVIDIA HPC compilers

# Add support for flang/f18 Fortran compiler

# Add support for AddressSanitizer and UndefinedBehaviorSanitizer to
  debug configuration

# Remove mxm, llc, and portals4 netmods from ch3.

# Remove support for logical reduction operations on floating point
  types.

# Remove MPIX_Mutex interfaces.

# Further improvements to ch4 business card exchange: extra
  long address support and fixes for PMIx integration.

# Un-inline non-critical ch4 code for improved build times.

# Fix several test program bugs.

# Fix several static analysis and compiler warnings.

# Change the signature of MPID_Init to include requested and provided
  thread levels.

===============================================================================
                               Changes in 3.3.2
===============================================================================

# Add support for struct sockaddr in MPICH, Hydra, and PMI socket
  code. Works with both IPv4 and IPv6 addresses.

# Fix localhost detection on FreeBSD and macOS, avoiding long delay
  during startup.

# Fix thread-local storage detection.

# Fix several test program bugs.

# Fix several static analysis and compiler warnings.

===============================================================================
                               Changes in 3.3.1
===============================================================================

 # Fix bug in MPI_Testany/MPI_Waitany that could cause deadlock

 # Add missing functionality in Argobots library support

 # Fix configure-time detection for thread local storage support

 # Better support for reproducible builds. Thanks to Bernhard
   Wiedemann for the report and fixes

 # Fix support for XL compiler toolchain

 # Add support for -static-intel linking option

 # Fix building on systems without weak symbols

 # Fix several static analysis and compiler warnings

===============================================================================
                               Changes in 3.3
===============================================================================

 # CH4 Device: A new device layer implementation designed for low software
   overheads. CH4 has experimental support for OFI and UCX network libraries,
   and POSIX shared memory. Thanks to Intel, Mellanox, and RIKEN AICS for
   participating in the CH4 coding effort.

 # Fixed SLURM integration in Hydra for new node list format.

 # Added support for PMIx (https://pmix.github.io/pmix/) client
   library in CH4 netmods. Note that you must use a compatible PMIx
   server in this configuration.

 # Better organization of collectives in the MPI layer. The new
   scheme, which de-couples implementation from selection logic,
   enables easier integration of additional algorithms.

 # TSP collectives framework: A C++-template style framework for
   collective algorithms is added to allow single collective
   implementation to move data over generic or device-specific
   transport functions.

 # Improvements to derived datatype testing (DTPools -
   https://wiki.mpich.org/mpich/index.php/DTPools).

 # Added new "non-catastrophic" error codes to expose internal
   resource exhaustion.

 # Added info hints to MPI_Comm_split_type to support splitting
   communicators by machine topology. Both on-node (socket, core,
   etc.) and off-node (switch-level) hints are defined.

 # Improvements to MPI_THREAD_MULTIPLE in CH4 through new thread safety
   models at the Virtual Network Interface (VNI) level. This introduces two
   new models that leverage work-queues to offload operations and improve
   scalability under contention.

 # Message Driven Thread Activation (MDTA). An alternative locking
   model is defined for MPI_THREAD_MULTIPLE in CH4.

 # Added PMI usage optimizations for business card exchange in CH4
   netmods.

 # Improvements on MPI_Abort. MPI_Abort invoked on subcommunicators will
   only abort the connected processes within that communicator.
`
 # Cleanup of whitespace (ch3 excluded) using the
   maint/code-cleanup.sh script. For instructions on how to update
   PRs/branches based on MPICH before the cleanup, see
   https://github.com/pmodels/mpich/wiki/Code-Cleanup-Procedure.

 # Removed the PAMI device and poe PMI client.

 # C99 compiler support is now required to build MPICH.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.

   A full list of changes is available at the following link:

     http://git.mpich.org/mpich.git/shortlog/v3.2..v3.3

   A list of bugs that have been fixed is available at the following
   link:

     https://github.com/pmodels/mpich/milestone/25?closed=1
2022-08-25 21:46:53 +00:00
archivers xz: updated to 5.2.6 2022-08-24 06:58:13 +00:00
audio musicpd: update to 0.23.9. 2022-08-22 10:59:45 +00:00
benchmarks google-benchmark: update to 1.7.0. 2022-07-31 09:52:51 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap Update docs for Joyent migration. 2022-08-01 14:49:09 +00:00
cad kicad-*: fix building and cleanup 2022-08-15 20:55:35 +00:00
chat *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
comms Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
converters libmwaw: Update to 0.3.21 2022-08-24 14:02:28 +00:00
cross xtensa-esp32-elf-binutils: needs bison 2022-08-22 18:21:17 +00:00
databases repmgr: needs gsed for sed -i 2022-08-25 07:34:41 +00:00
devel py-cookiecutter: Update to 2.1.1 2022-08-25 20:19:57 +00:00
distfiles
doc doc: Updated pkgtools/url2pkg to 22.2.1 2022-08-25 20:22:29 +00:00
editors {x,}vile: update to 9.8v 2022-08-23 08:52:37 +00:00
emulators emulators/open-simh: update to 4.0.0.20220814 2022-08-16 20:08:39 +00:00
filesystems fuse-sshfs: update to 3.7.3. 2022-08-24 22:26:32 +00:00
finance electrum: mark as BROKEN due to py-dns dependency issue 2022-08-25 07:46:46 +00:00
fonts SDL2_ttf: update to 2.20.1. 2022-08-22 10:55:27 +00:00
games cataclysm-dda-sdl: fix build with latest SDL2_ttf 2022-08-23 10:41:34 +00:00
geography geography/Makefile: + py-geoip2 2022-08-24 12:54:35 +00:00
graphics graphics/oculant: update to 0.6.1 2022-08-25 09:52:30 +00:00
ham Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
inputmethod Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
lang lang/Makefile: + go119 2022-08-25 08:21:59 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail py-checkdmarc: propagate PYTHON_VERSIONS_INCOMPATIBLE 2022-08-25 07:49:43 +00:00
math math: Enable dragonbox 2022-08-24 12:56:07 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs texlive-collection-latexextra: update to revision 64141 2022-08-22 12:02:44 +00:00
misc libreoffice: Unbreak build 2022-08-24 12:57:35 +00:00
mk add option descriptions for sge and slurm 2022-08-18 12:40:20 +00:00
multimedia py-m3u8: updated to 3.3.0 2022-08-24 08:45:09 +00:00
net Update to 20220822. From the changelog: 2022-08-25 17:59:08 +00:00
news news/tuifeed: update to 0.2.1 2022-08-19 10:15:58 +00:00
packages
parallel parallel/mpi-ch: update to 3.4.3 2022-08-25 21:46:53 +00:00
pkgtools pkgtools/url2pkg: add support for distutils.errors 2022-08-25 20:10:42 +00:00
print *: use py-test-cov from versioned_dependencies 2022-08-24 08:41:08 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security Update to 20220814. From the changelog: 2022-08-25 18:05:37 +00:00
shells fish: update to 3.5.1. 2022-08-22 19:15:17 +00:00
sysutils py-loguru: added version 0.6.0 2022-08-25 11:12:32 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: use coverage from versioned_dependencies.mk 2022-08-24 09:25:55 +00:00
time py-pytz: updated to 2022.2.1 2022-08-23 09:40:45 +00:00
wm *: summon ghosts of HOMEPAGEs past with Wayback Machine 2022-08-19 09:58:30 +00:00
www www/so: update to 0.4.9 2022-08-25 09:50:20 +00:00
x11 xfce4-tumbler: update to 4.16.1 2022-08-25 00:06:03 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git