gcc-offload-nvptx

GCC offloading compiler to NVPTX

This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately.

clang-format-11

Tool to format C/C++/Obj-C code

Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming.

libclang-cpp11

C++ interface to the Clang library

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC).

python3-duckpy

simple Python library for searching on DuckDuckGo

A simple Python module for searching on DuckDuckGo. And also provide an asynchronous version inside the duckpy.aio package.

libtopcom0t64

Triangulations Of Point Configs and Oriented Matroids (library)

TOPCOM is a collection of clients to compute Triangulations Of Point Configurations and Oriented Matroids, resp.

libadios2-mpi-c++11-2

ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (MPI)

The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data.