Appendix G — Build and Developer Resources

View:

G.1 Download of Binaries and Clone of Repository

Binary packages for OPALX are not published yet.

Version / source code Linux binary package macOS binary package Manual Source code documentation Release notes
OPAL development n.a. n.a. HTML HTML n.a.
OPAL 2024.1.0 HTML Release notes 2024.1
OPAL 2022.1.0 tar.xz tar.xz (x86_64), tar.xz (M1) HTML Release notes 2022.1
OPAL 2021.1.0 tar.xz tar.xz (x86_64) HTML Release notes 2021.1

Instead of downloading a source tarball, you can clone the full repository with:

git clone https://github.com/OPALX-project/OPAL.git

Or clone a specific branch or tag with:

git clone --single-branch --depth 1 --branch BRANCH_OR_TAG https://github.com/OPALX-project/OPAL.git [DIR]

For older releases, see the OPAL GitHub releases page.

G.2 Compiling

For OPAL, the standard build instructions are:

For OPALX, the current public build and run instructions are:

G.3 Developer Resources

For OPALX, the linked developer resources are:

Figure G.1: OPALX overview showing the recommended reading order through lattice setup, parser/runtime flow, particle generation, and solver components.

G.4 Source Repositories and Issue Trackers

The main source repositories and issue trackers are: