Skip to content
Snippets Groups Projects
Commit c4b597d5 authored by easybuild's avatar easybuild
Browse files

Mon, 30 Sep 2024 08:00:03 +0200

parent 28c5cdc1
No related branches found
No related tags found
No related merge requests found
ABINIT/9.10.3-intel-2022a,1 ABINIT/9.10.3-intel-2022a,1
Abseil/20230125.2-GCCcore-12.2.0,1
Abseil/20230125.3-GCCcore-12.3.0,1 Abseil/20230125.3-GCCcore-12.3.0,1
Advisor/2023.2.0,1 Advisor/2023.2.0,1
aiohttp/3.8.5-GCCcore-12.3.0,1 aiohttp/3.8.5-GCCcore-12.3.0,1
...@@ -1326,9 +1327,11 @@ PrgEnv-cray/8.4.0,1 ...@@ -1326,9 +1327,11 @@ PrgEnv-cray/8.4.0,1
PrgEnv-gnu/8.4.0,1 PrgEnv-gnu/8.4.0,1
PrgEnv-intel/8.4.0,1 PrgEnv-intel/8.4.0,1
PROJ/9.3.1-GCCcore-13.2.0,1 PROJ/9.3.1-GCCcore-13.2.0,1
protobuf/23.0-GCCcore-12.2.0,1
protobuf/24.0-GCCcore-12.3.0,1 protobuf/24.0-GCCcore-12.3.0,1
protobuf/3.19.4-GCCcore-11.3.0,1 protobuf/3.19.4-GCCcore-11.3.0,1
protobuf-python/3.19.4-GCCcore-11.3.0,1 protobuf-python/3.19.4-GCCcore-11.3.0,1
protobuf-python/4.23.0-GCCcore-12.2.0,1
protobuf-python/4.24.0-GCCcore-12.3.0,1 protobuf-python/4.24.0-GCCcore-12.3.0,1
pybind11/2.10.3-GCCcore-12.2.0,1 pybind11/2.10.3-GCCcore-12.2.0,1
pybind11/2.11.1-GCCcore-12.3.0,1 pybind11/2.11.1-GCCcore-12.3.0,1
...@@ -1339,6 +1342,8 @@ pybind11/2.6.2-GCCcore-10.3.0,1 ...@@ -1339,6 +1342,8 @@ pybind11/2.6.2-GCCcore-10.3.0,1
pybind11/2.7.1-GCCcore-11.2.0,1 pybind11/2.7.1-GCCcore-11.2.0,1
pybind11/2.9.2-GCCcore-11.3.0,1 pybind11/2.9.2-GCCcore-11.3.0,1
pymatgen/2022.0.12-foss-2020b,1 pymatgen/2022.0.12-foss-2020b,1
pytest-rerunfailures/12.0-GCCcore-12.2.0,1
pytest-shard/0.1.2-GCCcore-12.2.0,1
Python/2.7.18-GCCcore-10.2.0,1 Python/2.7.18-GCCcore-10.2.0,1
Python/2.7.18-GCCcore-11.2.0-bare,1 Python/2.7.18-GCCcore-11.2.0-bare,1
Python/2.7.18-GCCcore-12.2.0-bare,1 Python/2.7.18-GCCcore-12.2.0-bare,1
......
...@@ -437,6 +437,8 @@ ...@@ -437,6 +437,8 @@
| [patchelf](https://github.com/NixOS/patchelf) | PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. | | [patchelf](https://github.com/NixOS/patchelf) | PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. |
| [petsc4py](https://gitlab.com/petsc/petsc) | petsc4py are Python bindings for PETSc, the Portable, Extensible Toolchain for Scientific Computation. | | [petsc4py](https://gitlab.com/petsc/petsc) | petsc4py are Python bindings for PETSc, the Portable, Extensible Toolchain for Scientific Computation. |
| [poetry](https://python-poetry.org) | Python packaging and dependency management made easy. Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. | | [poetry](https://python-poetry.org) | Python packaging and dependency management made easy. Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. |
| [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | pytest plugin to re-run tests to eliminate flaky failures. |
| [pytest-shard](https://github.com/AdamGleave/pytest-shard) | pytest plugin to support parallelism across multiple machines. Shards tests based on a hash of their test name enabling easy parallelism across machines, suitable for a wide variety of continuous integration services. Tests are split at the finest level of granularity, individual test cases, enabling parallelism even if all of your tests are in a single file (or even single parameterized test method). |
| [re2c](https://re2c.org) | re2c is a free and open-source lexer generator for C and C++. Its main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. | | [re2c](https://re2c.org) | re2c is a free and open-source lexer generator for C and C++. Its main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. |
| [s5cmd](https://pypi.python.org/pypi/s3cmd) | s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. There are already other utilities to work with S3 and similar object storage services, thus it is natural to wonder what s5cmd has to offer that others don't. In short, s5cmd offers a very fast speed. Thanks to Joshua Robinson for his study and experimentation on s5cmd; to quote his medium post: For uploads, s5cmd is 32x faster than s3cmd and 12x faster than aws-cli. For downloads, s5cmd can saturate a 40Gbps link (~4.3 GB/s), whereas s3cmd and aws-cli can only reach 85 MB/s and 375 MB/s respectively. If you would like to know more about performance of s5cmd and the reasons for its fast speed, refer to benchmarks section | | [s5cmd](https://pypi.python.org/pypi/s3cmd) | s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. There are already other utilities to work with S3 and similar object storage services, thus it is natural to wonder what s5cmd has to offer that others don't. In short, s5cmd offers a very fast speed. Thanks to Joshua Robinson for his study and experimentation on s5cmd; to quote his medium post: For uploads, s5cmd is 32x faster than s3cmd and 12x faster than aws-cli. For downloads, s5cmd can saturate a 40Gbps link (~4.3 GB/s), whereas s3cmd and aws-cli can only reach 85 MB/s and 375 MB/s respectively. If you would like to know more about performance of s5cmd and the reasons for its fast speed, refer to benchmarks section |
| [setuptools-rust](https://github.com/PyO3/setuptools-rust) | setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython. | | [setuptools-rust](https://github.com/PyO3/setuptools-rust) | setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment