Skip to content

Commit 800b9f9

Browse files
authored
python_bundles.md md fix and llvm version
1 parent 205b27e commit 800b9f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/software/python_bundles.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- The bundle names reflect the content, like Python packages, and its version, but also which Python version, compilers and libraries that are compatible with it.
66

7-
- The module endings may contain GCCcore-X.Y.Z and/or [YEAR-a/b].
7+
- The module endings may contain GCCcore-X.Y.Z and/or [YEAR-a/b]. Example ``SciPy-bundle/2024.05-gfbf-2024a`` or ``Python/3.12.3-GCCcore-13.3.0``
88
- GCCcore reflects the GCC compiler version that is compatible when using C/C++ "back end" code.
99
- The year reflects an EasyBuild toolchain, see [FOSS toolchains](https://docs.easybuild.io/common-toolchains/#common_toolchains_overview_foss).
1010

@@ -172,7 +172,7 @@ Numba is an Open Source NumPy-aware optimizing compiler for
172172
Python sponsored by Continuum Analytics, Inc. It uses the remarkable LLVM
173173
compiler infrastructure to compile Python syntax to machine code.
174174

175-
- Homepage: https://numba.pydata.org/
175+
- Homepage: <https://numba.pydata.org/>
176176

177177
!!! info "Main package(s)"
178178

@@ -189,6 +189,12 @@ compiler infrastructure to compile Python syntax to machine code.
189189

190190
??? note "numba/0.60.0-foss-2024a"
191191

192+
Packages
193+
194+
- llvmlite-0.43.0
195+
196+
Dependencies
197+
192198
- Python/3.12.3-GCCcore-13.3.0
193199
- Python-bundle-PyPI/2024.06-GCCcore-13.3.0
194200
- SciPy-bundle/2024.05-gfbf-2024a

0 commit comments

Comments
 (0)