postgresql-postgis-scripts

Geographic objects support for PostgreSQL -- SQL scripts metapackage

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".

checkpointctl

Tool to inspect Kubernetes and Podman checkpoints (program)

Container engines like *Podman* and *CRI-O* have the ability to checkpoint a container. All data related to a checkpoint is collected in a checkpoint archive.

libmrpt-graphs2.4

Mobile Robot Programming Toolkit - graphs library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

libtinyxml2-10

C++ XML parsing library

This package contains the shared version of the TinyXML2 library.

libkokkos4.5

C++ Performance Portability Programming

This implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use CUDA, HPX, OpenMP and Pthreads as backend programming models with several other backends in development.

guess-concurrency

utility for estimating a suitable level of build parallelism

It provides multiple ways of guessing and refining the currently available computing resources (CPUs and memory) and allows computing an educated guess for a suitable parallelism level given further constraints such as the required amount of memory per concurrent execution unit. The main use of this is preventing builds of large software packages from being killed due to exceeding the available amount of system memory.