Rust bindings for https://gitlab.com/aroffringa/aoflagger
aoflagger_sys
itself only requires
AOFlagger
, version >= 3.0, but that
requires many dependencies. On Ubuntu > 21.04, apt install aoflagger-dev
is
enough, but for OS-specific instructions, check out the
linux
and
macOS
CI Scripts and the
Makefile.toml
as these are tested regularly. The instructions below may be updated less
frequently, but are better documented.
If AOFlagger
is in a non-standard location, AOFLAGGER_INCLUDE_DIR
and
AOFLAGGER_LIB
may be set to the include and library directories, respectively,
which allows aoflagger_sys
to find the correct files.
```bash
sudo apt install -y gcc libssl-dev pkg-config curl unzip wget
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y
cargo install --force cargo-make
export MAKEFLAGS="-j $MAKEFLAGS"
cargo make install_deps
export LDLIBRARYPATH="/usr/local/lib/" ```
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y
cargo install --force cargo-make
brew tap mwaTelescope/tap
brew cask install casacore-data casacore aoflagger erfa ```
Unfortunately most of the prerequisites aren't available on Windows. However, WSL is great.