libstarpu-1.3-9

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

libthrift-0.19.0t64

Thrift C++ library

Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages.

libmeep-openmpi28

library for using parallel (OpenMPI) version of meep

Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method.

python3-django-iconify

Iconify API implementation and tools for Django projects

Iconify is a unified icons framework, providing access to 40,000+ icons from different icon sets.

libgeos3.11.1

Geometry engine for Geographic Information Systems - C++ Library

GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include:

python3-bitmath

handle file sizes with different prefix notations (Python3 version)

bitmath simplifies many facets of interacting with file sizes in various units. Originally focusing on file size unit conversion, functionality now includes: * Converting between SI and NIST prefix units (kB to GiB) * Converting between units of the same type (SI to SI, or NIST to NIST) * Automatic human-readable prefix selection (like in hurry.filesize) * Basic arithmetic operations (subtracting 42KiB from 50GiB) * Rich comparison operations (1024 Bytes == 1KiB) * bitwise operations (<<, >>, &, |, ^) * Reading a device's storage capacity (Linux/OS X support only) * argparse integration as a custom type * click integration as a custom parameter type * progressbar integration as a better file transfer speed widget * String parsing * Sorting