Installation
Installation
Both the amygdala daemon and the gda client are single, stand-alone binaries
that require no installation beyond ensuring the executable is on your $PATH.
Using the module system, the launcher is available via
$ module load gda_launcher
This will make the most recent stable release available. If you would like to test a pre-release version you can use
$ module load gda_launcher/nightly
or see a list of available versions with
$ module avail gda_launcher
You can check the path is set up correctly and you have the version you expect
with --version.
$ gda --version
gda - 0.2.2
Built: Fri, 14 Jun 2024 16:27:39 +0000
Commit: db1054466befd101e67687f3e993bffed41a9312
$ amygdala --version
amygdala - 0.2.0
Built Fri, 24 May 2024 16:20:13 +0000
From acdf800d085bcc3167e7b8b0fb5d21e2863e186b
Downloading binaries
The built binaries for each version will be made available by CI in the repo and can be downloaded from the release page here.
Building from source
Both components can be built by cloning the source from here and running
cargo build --release --all
You will need the rust/cargo toolchain to be available - see rustup.rs. See development section for more details.