Skip to content

Commit 3e3ef9d

Browse files
trz42github-actions[bot]
authored andcommitted
update overview of available software
1 parent 7cf9e1e commit 3e3ef9d

File tree

11 files changed

+335
-5
lines changed

11 files changed

+335
-5
lines changed

docs/available_software/data/json_data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/available_software/data/json_data_detail.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/available_software/detail/GDRCopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ module load GDRCopy/2.4-GCCcore-13.2.0
5252
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
5353
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
5454
|GDRCopy/2.4-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|
55-
|GDRCopy/2.3.1-GCCcore-12.3.0|x|x|x|x|x|x|-|x|x|
55+
|GDRCopy/2.3.1-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: GStreamer is a library for constructing graphs of media-handling components.
9+
The applications it supports range from simple Ogg/Vorbis playback, audio/video
10+
streaming to complex audio (mixing) and video (non-linear editing) processing.
11+
license: Not confirmed
12+
name: GST-plugins-bad
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''GST-plugins-bad/1.22.5-GCC-12.3.0'']'
30+
url: https://gstreamer.freedesktop.org/
31+
---
32+
33+
GST-plugins-bad
34+
===============
35+
36+
37+
GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.
38+
39+
https://gstreamer.freedesktop.org/
40+
# Available modules
41+
42+
43+
The overview below shows which GST-plugins-bad installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using GST-plugins-bad, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load GST-plugins-bad/1.22.5-GCC-12.3.0
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|GST-plugins-bad/1.22.5-GCC-12.3.0|x|x|x|x|x|x|x|x|x|
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: GTK+ is the primary library used to construct user interfaces in GNOME.
9+
It provides all the user interface controls, or widgets, used in a common graphical
10+
application. Its object-oriented API allows you to construct user interfaces without
11+
dealing with the low-level details of drawing and device interaction.
12+
license: Not confirmed
13+
name: GTK4
14+
offers:
15+
'@type': Offer
16+
price: 0
17+
operatingSystem: LINUX
18+
review:
19+
'@type': Review
20+
author:
21+
'@type': Organization
22+
name: EESSI
23+
reviewBody: Application has been successfully made available on all architectures
24+
supported by EESSI
25+
reviewRating:
26+
'@type': Rating
27+
ratingValue: 5
28+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
29+
on your system
30+
softwareVersion: '[''GTK4/4.13.1-GCC-12.3.0'']'
31+
url: https://docs.gtk.org/gtk4/
32+
---
33+
34+
GTK4
35+
====
36+
37+
38+
GTK+ is the primary library used to construct user interfaces in GNOME. It provides all the user interface controls, or widgets, used in a common graphical application. Its object-oriented API allows you to construct user interfaces without dealing with the low-level details of drawing and device interaction.
39+
40+
https://docs.gtk.org/gtk4/
41+
# Available modules
42+
43+
44+
The overview below shows which GTK4 installations are available per target architecture in EESSI, ordered based on software version (new to old).
45+
46+
To start using GTK4, load one of these modules using a `module load` command like:
47+
48+
```shell
49+
module load GTK4/4.13.1-GCC-12.3.0
50+
```
51+
52+
*(This data was automatically generated on {{ generated_time }})*
53+
54+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
55+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
56+
|GTK4/4.13.1-GCC-12.3.0|x|x|x|x|x|x|x|x|x|
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: OpenCV (Open Source Computer Vision Library) is an open source computer
9+
vision and machine learning software library. OpenCV was built to provide a common
10+
infrastructure for computer vision applications and to accelerate the use of machine
11+
perception in the commercial products. Includes extra modules for OpenCV from
12+
the contrib repository.
13+
license: Not confirmed
14+
name: OpenCV
15+
offers:
16+
'@type': Offer
17+
price: 0
18+
operatingSystem: LINUX
19+
review:
20+
'@type': Review
21+
author:
22+
'@type': Organization
23+
name: EESSI
24+
reviewBody: Application has been successfully made available on all architectures
25+
supported by EESSI
26+
reviewRating:
27+
'@type': Rating
28+
ratingValue: 5
29+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
30+
on your system
31+
softwareVersion: '[''OpenCV/4.8.1-foss-2023a-contrib'']'
32+
url: https://opencv.org/
33+
---
34+
35+
OpenCV
36+
======
37+
38+
39+
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Includes extra modules for OpenCV from the contrib repository.
40+
41+
https://opencv.org/
42+
# Available modules
43+
44+
45+
The overview below shows which OpenCV installations are available per target architecture in EESSI, ordered based on software version (new to old).
46+
47+
To start using OpenCV, load one of these modules using a `module load` command like:
48+
49+
```shell
50+
module load OpenCV/4.8.1-foss-2023a-contrib
51+
```
52+
53+
*(This data was automatically generated on {{ generated_time }})*
54+
55+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
56+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
57+
|OpenCV/4.8.1-foss-2023a-contrib|x|x|x|x|x|x|x|x|x|
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: Python bindings for the cairo library
9+
license: Not confirmed
10+
name: PyCairo
11+
offers:
12+
'@type': Offer
13+
price: 0
14+
operatingSystem: LINUX
15+
review:
16+
'@type': Review
17+
author:
18+
'@type': Organization
19+
name: EESSI
20+
reviewBody: Application has been successfully made available on all architectures
21+
supported by EESSI
22+
reviewRating:
23+
'@type': Rating
24+
ratingValue: 5
25+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
26+
on your system
27+
softwareVersion: '[''PyCairo/1.25.0-GCCcore-12.3.0'']'
28+
url: https://pycairo.readthedocs.io/
29+
---
30+
31+
PyCairo
32+
=======
33+
34+
35+
Python bindings for the cairo library
36+
37+
https://pycairo.readthedocs.io/
38+
# Available modules
39+
40+
41+
The overview below shows which PyCairo installations are available per target architecture in EESSI, ordered based on software version (new to old).
42+
43+
To start using PyCairo, load one of these modules using a `module load` command like:
44+
45+
```shell
46+
module load PyCairo/1.25.0-GCCcore-12.3.0
47+
```
48+
49+
*(This data was automatically generated on {{ generated_time }})*
50+
51+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
52+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
53+
|PyCairo/1.25.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: PyGObject is a Python package which provides bindings for GObject basedlibraries
9+
such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more.
10+
license: Not confirmed
11+
name: PyGObject
12+
offers:
13+
'@type': Offer
14+
price: 0
15+
operatingSystem: LINUX
16+
review:
17+
'@type': Review
18+
author:
19+
'@type': Organization
20+
name: EESSI
21+
reviewBody: Application has been successfully made available on all architectures
22+
supported by EESSI
23+
reviewRating:
24+
'@type': Rating
25+
ratingValue: 5
26+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
27+
on your system
28+
softwareVersion: '[''PyGObject/3.46.0-GCCcore-12.3.0'']'
29+
url: https://pygobject.readthedocs.io/
30+
---
31+
32+
PyGObject
33+
=========
34+
35+
36+
PyGObject is a Python package which provides bindings for GObject basedlibraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more.
37+
38+
https://pygobject.readthedocs.io/
39+
# Available modules
40+
41+
42+
The overview below shows which PyGObject installations are available per target architecture in EESSI, ordered based on software version (new to old).
43+
44+
To start using PyGObject, load one of these modules using a `module load` command like:
45+
46+
```shell
47+
module load PyGObject/3.46.0-GCCcore-12.3.0
48+
```
49+
50+
*(This data was automatically generated on {{ generated_time }})*
51+
52+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
53+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
54+
|PyGObject/3.46.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|

docs/available_software/detail/Z3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module load Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3
5252

5353
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
5454
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55-
|Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3|x|x|x|x|x|x|-|x|x|
55+
|Z3/4.12.2-GCCcore-12.3.0-Python-3.11.3|x|x|x|x|x|x|x|x|x|
5656
|Z3/4.12.2-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
5757
|Z3/4.12.2-GCCcore-12.2.0|x|x|x|x|x|x|x|x|x|
5858

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: Apache Ant is a Java library and command-line tool whose mission is
9+
to drive processes described in build files as targets and extension points dependent
10+
upon each other. The main known usage of Ant is the build of Java applications.
11+
license: Not confirmed
12+
name: ant
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''ant/1.10.14-Java-11'']'
30+
url: https://ant.apache.org/
31+
---
32+
33+
ant
34+
===
35+
36+
37+
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications.
38+
39+
https://ant.apache.org/
40+
# Available modules
41+
42+
43+
The overview below shows which ant installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using ant, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load ant/1.10.14-Java-11
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|ant/1.10.14-Java-11|x|x|x|x|x|x|x|x|x|

0 commit comments

Comments
 (0)