_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-genfem 1.3
Propagated dependencies: python@3.11.14 python-ddmpy@0.2 python-mpi4py@4.1.0 python-numpy@2.3.1 python-scipy@1.16.3 python-sympy@1.13.3 openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://gitlab.inria.fr/solverstack/genfem.git
Licenses: CeCILL-C
Build system: pyproject
Synopsis: A simple FEM matrix generator in python
Description:

Assembles fem matrices using an efficient vectorization method.

jube-with-yaml 2.6.2
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://apps.fz-juelich.de/jsc/jube/jube2/docu/index.html
Licenses: GPL 3+
Build system: python
Synopsis: Benchmarking environment
Description:

JUBE helps perform and analyze benchmarks in a systematic way. For each benchmarked application, benchmark data is stored in a format that allows JUBE to deduct the desired information. This data can be parsed by automatic pre- and post-processing scripts that draw information and store it more densely for manual interpretation.

pastix-nompi 6.4.0
Dependencies: parsec@0.0-0.6022a61 gfortran@14.3.0 hwloc@2.12.2 starpu@1.4.12 scotch@7.0.7 openblas@0.3.30 python@3.11.14 python-numpy@2.3.1
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://gitlab.inria.fr/solverstack/pastix
Licenses: CeCILL
Build system: cmake
Synopsis: Sparse matrix direct solver
Description:

PaStiX (Parallel Sparse matriX package) is a scientific library that provides a high performance parallel solver for very large sparse linear systems based on direct methods. Numerical algorithms are implemented in single or double precision (real or complex) using LLt, LDLt and LU with static pivoting (for non symmetric matrices having a symmetric pattern). This solver also provides some low-rank compression methods to reduce the memory footprint and/or the time-to-solution.

starpu-example-cppgemm 0.1.0
Dependencies: fmt@11.2.0 openblas@0.3.30 starpu@1.4.12
Propagated dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://github.com/Blixodus/starpu_gemm
Licenses: CeCILL-C
Build system: cmake
Synopsis: C++ StarPU example of a distributed gemm
Description:

Example showing how to use starpu for implementing a distributed gemm in C++.

mini-chameleon 0.2.0
Dependencies: openblas@0.3.30 starpu@1.4.12 openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://gitlab.inria.fr/solverstack/mini-examples/mini-chameleon/
Licenses: CeCILL-C
Build system: cmake
Synopsis: Educational-purpose dense linear algebra solver
Description:

Mini-chameleon is an educational purpose dense linear algebra solver. As provided, it essentially provides drivers while the actual computational routines remain to be completed. The goal is to implement a dense matrix-matrix product and an LU factorization, first targeting a sequential implementation, followed by an simd version, a shared-memory openmp one, a distributed memory MPI one, an MPI+openmp one and a runtime-based starpu one.

gfortran-toolchain 14.3.0
Dependencies: gfortran@14.3.0 ld-wrapper@0 binutils@2.44 gfortran@14.3.0 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix-hpc
Location: guix-hpc/packages/toolchains.scm (guix-hpc packages toolchains)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Complete GCC tool chain for Fortran development
Description:

This package provides a complete GCC tool chain for Fortran development to be installed in user profiles. This includes gfortran, as well as libc (headers and binaries, plus debugging symbols in the debug output), and binutils.

gfortran-toolchain 13.3.0
Dependencies: gfortran@13.3.0 ld-wrapper@0 binutils@2.44 gfortran@13.3.0 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix-hpc
Location: guix-hpc/packages/toolchains.scm (guix-hpc packages toolchains)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Complete GCC tool chain for Fortran development
Description:

This package provides a complete GCC tool chain for Fortran development to be installed in user profiles. This includes gfortran, as well as libc (headers and binaries, plus debugging symbols in the debug output), and binutils.

sz-compressor 2.1.12
Channel: guix-hpc
Location: guix-hpc/packages/utils.scm (guix-hpc packages utils)
Home page: https://github.com/szcompressor/sz2
Licenses: GPL 3+
Build system: cmake
Synopsis: GUIX package for the SZ compressor.
Description:

GUIX package for the SZ compressor.

python-expecttest 0.1.3
Channel: guix-hpc
Location: guix-hpc/packages/utils.scm (guix-hpc packages utils)
Home page: https://github.com/ezyang/ghstack
Licenses: Expat
Build system: python
Synopsis: This library implements expect tests (also known as 'golden' tests).
Description:

Expect tests are a method of writing tests where instead of hard-coding the expected output of a test, you run the test to get the output, and the test framework automatically populates the expected output.

fti 1.6
Dependencies: openmpi@4.1.6 openssl@3.0.8 zlib@1.3.1
Channel: guix-hpc
Location: guix-hpc/packages/utils.scm (guix-hpc packages utils)
Home page: https://github.com/leobago/fti
Licenses: Modified BSD
Build system: cmake
Synopsis: Fault Tolerance Interface
Description:

FTI stands for Fault Tolerance Interface and is a library that aims to give computational scientists the means to perform fast and efficient multilevel checkpointing in large scale supercomputers.

zfp 1.0.1
Channel: guix-hpc
Location: guix-hpc/packages/utils.scm (guix-hpc packages utils)
Home page: https://zfp.io/
Licenses: Modified BSD
Build system: cmake
Synopsis: A compressed format for multi-dimensional arrays
Description:

zfp is a compressed number format for multi-dimensional arrays. zfp provides compressed-array classes (e.g., for in-memory storage) and high-speed, parallel data compression (e.g., for offline storage). zfp supports both lossy and lossless compression and fine-grained user control over accuracy and storage size.

sz3-compressor 3.3.0
Propagated dependencies: zstd@1.5.6
Channel: guix-hpc
Location: guix-hpc/packages/utils.scm (guix-hpc packages utils)
Home page: https://github.com/szcompressor/SZ3
Licenses: GPL 3+
Build system: cmake
Synopsis: GUIX package for the SZ3 compressor.
Description:

GUIX package for the SZ3 compressor.

disseq 0.0-1.350e58d
Dependencies: openmpi@4.1.6 hdf5-parallel-openmpi@1.14.6
Channel: guix-hpc
Location: inria/bioversiton.scm (inria bioversiton)
Home page: https://gitlab.inria.fr/biodiversiton/disseq
Licenses: GPL 3+
Build system: cmake
Synopsis: Compute pairwise distances between reads as edit distances
Description:

This package has been developed for computing exact distances, without heuristics, between all pairs of reads of a NGS sample. This is a first step for supervised or unsupervised clustering of reads in an environmental sample.

dtk 1.7.1
Dependencies: qtbase@5.15.17 qtdeclarative@5.15.17 qtsvg@5.15.17
Channel: guix-hpc
Location: inria/dtk.scm (inria dtk)
Home page: https://gitlab.inria.fr/dtk/dtk
Licenses: Modified BSD
Build system: cmake
Synopsis: A set of libraries based on Qt5 for modular scientific software development
Description:

A set of libraries based on Qt5 for modular scientific software development

pallas 0.0.1
Propagated dependencies: sz-compressor@2.1.12 jsoncpp@1.9.6 zstd@1.5.6 zfp@1.0.1 hdf5@1.14.6
Channel: guix-hpc
Location: inria/eztrace.scm (inria eztrace)
Home page: https://gitlab.inria.fr/pallas/pallas
Licenses: Modified BSD
Build system: cmake
Synopsis: Interface to write and read trace data
Description:

OTF2-compatible interface to write and read trace data from HPC applications.

fxt-static 0.3.15
Channel: guix-hpc
Location: inria/eztrace.scm (inria eztrace)
Home page: https://savannah.nongnu.org/projects/fkt
Licenses: GPL 2+
Build system: gnu
Synopsis: Efficient recording of program execution traces
Description:

FxT is a fast tracing engine that can be used either in user land, in kernel land, or both. It can record developer-specified events in compact "traces", with minimal run-time overhead.

litl 0.1.9
Channel: guix-hpc
Location: inria/eztrace.scm (inria eztrace)
Home page: https://github.com/trahay/LiTL
Licenses: FreeBSD
Build system: gnu
Synopsis: Collect events during the execution of a program
Description:

This project aims at providing an alternative solution to the already existing FxT library, which is used to record events during the execution of scientific applications, that would deliver nearly the same performance and would solve the scalability issues such as scalability and the number of threads.

eztrace-pallas 2.2.1
Dependencies: libiberty@14.3.0 libomp@13.0.1 netcdf@4.9.2 opari2@2.0.9 openmpi@4.1.6 pallas@0.0.1 pnetcdf@1.13.0
Channel: guix-hpc
Location: inria/eztrace.scm (inria eztrace)
Home page: https://eztrace.gitlab.io/eztrace/
Licenses: CeCILL-B
Build system: cmake
Synopsis: Collect program execution traces
Description:

EZTrace is a tool that aims at generating automatically execution trace from high performance computing (HPC) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE.

julia 1.9.3
Dependencies: coreutils@9.1 curl@8.6.0 gfortran@14.3.0 gfortran@14.3.0 gmp@6.3.0 lapack@3.12.1 libblastrampoline@5.1.1 libgit2@1.5.2 nghttp2@1.58.0 libssh2@1.11.1 libunwind-julia@1.5.0 libuv-julia@2.0.0-4.e6f0e49 llvm@14.0.6-3-julia lld@14.0.6 mbedtls@3.6.4 mpfr@4.2.2 openblas-ilp64@0.3.30 openlibm@0.8.7 p7zip@26.00 pcre2@10.42 suitesparse@5.13.0 utf8proc@2.10.0 wget@1.25.0 which@2.21 zlib@1.3.1 dsfmt@2.2.3 libwhich@1.1.0
Channel: guix-hpc
Location: inria/julia.scm (inria julia)
Home page: https://julialang.org/
Licenses: Expat
Build system: gnu
Synopsis: High-performance dynamic language for technical computing
Description:

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

pcre2 10.42
Dependencies: bzip2@1.0.8 readline@8.2.13 zlib@1.3.1
Channel: guix-hpc
Location: inria/julia.scm (inria julia)
Home page: https://www.pcre.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Perl Compatible Regular Expressions
Description:

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.

mlir 15.0.7
Dependencies: llvm@15.0.7
Channel: guix-hpc
Location: inria/llvm.scm (inria llvm)
Home page: https://mlir.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Multi-Level Intermediate Representation library
Description:

Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together.

flang 15.0.7
Dependencies: llvm@15.0.7 clang@15.0.7 mlir@15.0.7
Channel: guix-hpc
Location: inria/llvm.scm (inria llvm)
Home page: https://flang.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Fortran compiler
Description:

Ground-up implementation of a Fortran front end written in modern C++. While it is capable of generating executables for a number of examples, some functionalities are still missing.

medinria 4.0.0-0.de16bed
Dependencies: dtk@1.7.1 dcmtk-medinria@3.6.9 qtdcm@4.0 insight-toolkit@5.1.1 vtk@8.1.2 qtbase@5.15.17 qttools@5.15.17 qtx11extras@5.15.17 qtdeclarative@5.15.17 qtsvg@5.15.17 rpi@4.0 ttk@4.0.1 boost@1.89.0
Channel: guix-hpc
Location: inria/medinria.scm (inria medinria)
Home page: https://med.inria.fr/
Licenses: Original BSD
Build system: cmake
Synopsis: Medical image processing and visualization software
Description:

medInria is a multi-platform medical image processing and visualization software. medInria offers from standard to cutting-edge processing functionalities for your medical images such as 2D/3D/4D image visualization, image registration, diffusion MR processing and tractography.

qtdcm 4.0
Dependencies: insight-toolkit@5.1.1 dcmtk-medinria@3.6.9 qtbase@5.15.17 qttools@5.15.17 qtx11extras@5.15.17 zlib@1.3.1
Channel: guix-hpc
Location: inria/medinria.scm (inria medinria)
Home page: https://github.com/medInria/qtdcm
Licenses: LGPL 3+
Build system: cmake
Synopsis: Qt widgets for manipulating Dicom data
Description:

QtDCM implements several Qt widgets for manipulating Dicom data. With QtDCM, it is possible to explore a Dicom CD-ROM, to search and download from a PACS (Pictures Archive and Communications System) and to convert series of images to the nifti format. Thanks to its simple design, QtDcm is very easy to integrate in other application (see the example directory in the code).

Total packages: 70622