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

Tue, 13 Jun 2023 13:30:03 +0200

parent 9889973b
No related branches found
No related tags found
No related merge requests found
Pipeline #32486 passed
......@@ -15,6 +15,7 @@ AMD-uProf/4.0.341,1
Anaconda3/2021.05,1
Anaconda3/2021.11,1
Anaconda3/2022.05,1
ANN/1.1.2-GCC-12.2.0,1
ANSYS/19.5-intel-2020b-alamerini,1
ANSYS/20.1-intel-2017c,1
ANSYS/2022R2-intel-2022a,1
......
......@@ -261,6 +261,7 @@
| Module | Description |
| ------ | ----------- |
| [ACTC](https://sourceforge.net/projects/actc) | ACTC converts independent triangles into triangle strips or fans. |
| [ANN](https://www.cs.umd.edu/~mount/ANN/) | ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. |
| [Brotli](https://github.com/google/brotli) | Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. The specification of the Brotli Compressed Data Format is defined in RFC 7932. |
| [c-ares](https://c-ares.haxx.se) | c-ares is a C library for asynchronous DNS requests (including name resolves) |
| [Check](https://libcheck.github.io/check/) | Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. |
......
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