Libzip

About

Libzip is a C library for reading, creating, and modifying zip archives.

Supported versions

To check which libzip versions and build types are currently supported on Discoverer, execute on the login node:

module avail libzip

The recipe followed to build the source code is available at:

https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/libzip

There you may also find the log files with the messages generated during the configuration, compilation, testing, and installation of the package.

Loading/Compiler affinity

Each version of libzip installed in the public software repository is built against four compiler sets: (i) Intel oneAPI, (ii) NVIDIA HPC SDK (former PGI Compilers), (iii) LLVM Compiler Infrastructure, (iv) AMD Optimized Compiler Collection (AOCC), and (v) GNU Compiler Collection (GCC). The name of the environmental module contains the name of the compiler set employed for compiling the libzip source code.

GCC (optional)

module avail libzip/*/*gcc

Intel oneAPI (retired)

module avail libzip/*/*intel

NVIDIA HPC SDK (retired)

module avail libzip/*/*nvidia

AOCC (retired)

module avail libzip/*/*aocc

Getting help

See Getting help