This is a staging site. Uploads will not persist. Testing only.

libdolfinx-complex0.6gcc13

Shared libraries for DOLFIN

DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements.

libceres4

nonlinear least squares minimizer (shared library)

Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010.

libopenzwave1.6t64

API to use a Z-Wave controller

OpenZWave is an open-source, cross-platform library designed to enable anyone to add support for Z-Wave home-automation devices to their applications, without requiring any in depth knowledge of the Z-Wave protocol.

parsyncfp2

Multihost parallel rsync wrapper

parsyncfp2 is a tool to efficiently transfer 10s of gigabytes across a network by running several instances of rsync in parallel. It aggregates files into chunks (or partitions) of a specified size, and then transfers each chunk using parallel runs of rsync. It needs to be installed only on the source end of the transfer.

libnetconf2-2

NETCONF protocol library [C library]

NETCONF library in C intended for building NETCONF clients and servers. NETCONF is the NETwork CONFiguration protocol introduced by IETF.

python3-overrides

Python decorator to verify that expected overrides are maintained

Provides a decorator @override that verifies that a method that should override an inherited method actually does it. Python has no standard mechanism by which to guarantee that (1) a method that previously overrode an inherited method continues to do so, and (2) a method that previously did not override an inherited will not override now. This package allows this to be addressed in an automated manner.