Skip to content

Commit

Permalink
update lock to use rubbl with casacore 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 14, 2024
1 parent e4b25b9 commit 1e362d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,24 @@ cargo make install_deps
export LD_LIBRARY_PATH="/usr/local/lib/"
```

### macOS

Previously macOS was supported, however this has ben dropped due stability issues with casacore and aoflagger.

The following may or may not work.

```bash
brew tap mwatelescope/tap
brew install mwatelescope/tap/aoflagger
AOFLAGGER_INCLUDE_DIR=/opt/homebrew/include/ cargo install --path .
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib/
birli
```

### Other Operating Systems

Unfortunately most of the prerequisites aren't available on Windows. However, WSL is great, and there is a docker image! You could use VSCode remote for WSL or Docker. Your best best is Ubuntu LTS

Previously macOS was supported, however this has ben dropped due to issues with the [aoflagger Homebrew tap](https://github.com/MWATelescope/homebrew-tap/blob/main/Formula/aoflagger.rb). Any help here would be welcome.

### Installing the binary

```bash
Expand Down

0 comments on commit 1e362d1

Please sign in to comment.