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

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.


pastix-nompi 6.4.0
Dependencies: parsec@0.0-0.6022a61 gfortran@14.3.0 hwloc@2.13.0 starpu@1.4.12 scotch@7.0.7 openblas@0.3.31 python@3.12.12 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.

parsec-mpi 0.0-0.6022a61
Dependencies: hwloc@2.13.0 bison@3.8.2 flex@2.6.4
Propagated dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://bitbucket.org/mfaverge/parsec.git
Licenses: FreeBSD
Build system: cmake
Synopsis: Runtime system based on dynamic task generation mechanism
Description:

PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed many-core heterogeneous architectures.

starpu-example-stencil 0.1.0-0.40ec571
Dependencies: openblas@0.3.31 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/starpu_example_stencil/
Licenses: CeCILL-C
Build system: cmake
Synopsis: StarPU example of a distributed regular 2D stencil
Description:

Example showing how to use starpu to implement a distributed regular 2D stencil with communication-avoiding techniques

quark-ecrc 0.0-0.db4aef9
Propagated dependencies: hwloc@2.13.0
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://github.com/ecrc/quark
Licenses: FreeBSD
Build system: cmake
Synopsis: QUeuing And Runtime for Kernels
Description:

QUARK (QUeuing And Runtime for Kernels) provides a library that enables the dynamic execution of tasks with data dependencies in a multi-core, multi-socket, shared-memory environment. QUARK infers data dependencies and precedence constraints between tasks from the way that the data is used, and then executes the tasks in an asynchronous, dynamic fashion in order to achieve a high utilization of the available resources.

python2-mpi4py 4.1.0
Dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://github.com/mpi4py/mpi4py
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for the Message Passing Interface standard
Description:

MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.

mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point and collective communications of any picklable Python object as well as optimized communications of Python objects (such as NumPy arrays) that expose a buffer interface.

chameleon-nmad 1.4.0
Dependencies: openblas@0.3.31 starpu@1.4.12 nmad@2026-01-21
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://gitlab.inria.fr/solverstack/chameleon
Licenses: CeCILL-C
Build system: cmake
Synopsis: Dense linear algebra solver
Description:

Chameleon is a dense linear algebra solver relying on sequential task-based algorithms where sub-tasks of the overall algorithms are submitted to a run-time system. Such a system is a layer between the application and the hardware which handles the scheduling and the effective execution of tasks on the processing units. A run-time system such as StarPU is able to manage automatically data transfers between not shared memory area (CPUs-GPUs, distributed nodes).

chameleon-quark 1.4.0
Dependencies: quark-ecrc@0.0-0.db4aef9 openblas@0.3.31 openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://gitlab.inria.fr/solverstack/chameleon
Licenses: CeCILL-C
Build system: cmake
Synopsis: Dense linear algebra solver
Description:

Chameleon is a dense linear algebra solver relying on sequential task-based algorithms where sub-tasks of the overall algorithms are submitted to a run-time system. Such a system is a layer between the application and the hardware which handles the scheduling and the effective execution of tasks on the processing units. A run-time system such as StarPU is able to manage automatically data transfers between not shared memory area (CPUs-GPUs, distributed nodes).

starpu-example-dgemm 0.1.0
Dependencies: openblas@0.3.31 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/starpu_example_dgemm/
Licenses: CeCILL-C
Build system: cmake
Synopsis: StarPU example of a distributed gemm
Description:

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

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.

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.5.5 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.

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.

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.

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.

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.

emacs-elementaryx-ox-publish-as-default 2.0.0
Propagated dependencies: emacs@30.2 emacs-elementaryx-ox-publish@2.0.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-ox-publish-default
Licenses: CeCILL-C
Build system: emacs
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix Add a default.el startup file for export-only + publish elementaryx setup together with a vanilla emacs IDE.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix Add a default.el startup file for export-only + publish elementaryx setup together with a vanilla emacs IDE.

emacs-elementaryx-minimal 2.3.2
Propagated dependencies: bash-completion@2.11 bat@0.26.1 diffutils@3.12 elementaryx-core@2.0.0 emacs-elementaryx-early-init@2.0.0 emacs-evil@1.15.0-0.008a6cd emacs-which-key@3.6.1 emacs-xclip@1.11.1 fzf@0.73.1 less@608 lesspipe@2.17 man-db@2.12.0 man-pages@6.18 xclip@0.13 xdg-utils@1.2.1
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-minimal
Licenses: CeCILL-C
Build system: emacs
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix. Minimal setup.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Minimal setup.

emacs-elementaryx-ox-latex 2.0.0
Propagated dependencies: emacs-elementaryx-ox-base@2.0.0 emacs-elementaryx-ox-latex-classes@2.0.0 emacs-elementaryx-ox-latex-minimal@2.0.0 python@3.12.12 python-pygments@2.19.2 texlive-algorithm2e@2026.1 texlive-amsmath@2026.1 texlive-biber@2026.1 texlive-braket@2026.1 texlive-ifoddpage@2026.1 texlive-koma-script@2026.1 texlive-minted@2026.1-79141 texlive-relsize@2026.1 texlive-tools@2026.1 texlive-transparent@2026.1 texlive-svg@2026.1 texlive-pgf@2026.1 texlive-trimspaces@2026.1
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-ox-latex
Licenses: CeCILL-C
Build system: emacs
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix org-mode latex (ox-latex) setup.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix org-mode latex (ox-latex) setup.

emacs-elementaryx-early-init 2.0.0
Propagated dependencies: emacs@30.2
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/elementaryx/emacs-elementaryx-early-init
Licenses: CeCILL-C
Build system: emacs
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix. Early init.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Early init.

emacs-rmsbolt 0.1.2-0.86c6e12
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.com/jgkamat/rmsbolt
Licenses: AGPL 3+
Build system: emacs
Synopsis: Emacs viewer for compiler output
Description:

RMSBolt is a package to provide assembly or bytecode output for a source code input file.

emacs-tempel-collection-2024 0.1-1.85f8e1d
Propagated dependencies: emacs-tempel@1.13
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://github.com/Crandel/tempel-collection
Licenses: GPL 3+
Build system: emacs
Synopsis: Collection of TempEl templates
Description:

This package provides a collection of templates for the Emacs TempEl package.

texlive-elementaryx 2.0.0
Propagated dependencies: texlive-rsfs@2026.1
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://gitlab.inria.fr/compose/include/compose-styles
Licenses: CeCILL-C
Build system: copy
Synopsis: ElementaryX: Elementary Emacs configuration coupled with Guix Texlive add-on.
Description:

ElementaryX: Elementary Emacs configuration coupled with Guix. Texlive add-on.

emacs-spaceline-2024 2.0.1-2024
Propagated dependencies: emacs-dash@2.20.0 emacs-powerline@2.5-0.c35c35b emacs-s@1.13.0
Channel: guix-hpc
Location: inria/concace.scm (inria concace)
Home page: https://github.com/TheBB/spaceline/
Licenses: GPL 3+
Build system: emacs
Synopsis: Powerline theme from Spacemacs
Description:

Spaceline provides Spacemacs' mode-line theme. This package provides features for three kinds of users.

  • You just want to use the Spacemacs mode-line theme and forget about it.

  • You want to use something similar to the Spacemacs mode-line theme, but with a handful of easy tweaks.

  • You want an easy-to-use library for building your own mode-line from scratch, and you think the Spacemacs theme looks good.

Page: 1345679
Total packages: 197