Skip to content

Commit

Permalink
use mwatelescope casacore
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 13, 2024
1 parent d905b49 commit 5ab6c09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: davidB/rust-cargo-make@v1
- name: Install Dependencies
run: |
brew install casacore/tap/casacore mwatelescope/tap/aoflagger
brew install mwatelescope/tap/aoflagger
# TODO: cargo make install_deps # doesn't work
- run: cargo make ci
env:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y
# Cargo make uses Makefile.toml to automate development tasks
cargo install --force cargo-make
# Add the MWATelescope homebrew tap
brew tap mwaTelescope/tap
brew tap mwatelescope/tap
# Install prerequisite libraries
brew cask install casacore-data casacore aoflagger erfa
brew cask install mwatelescope/aoflagger
# Ensure that rust can find the C/C++ libraries.
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib/
```

### Windows Setup

Unfortunately most of the prerequisites aren't available on Windows. However, WSL is great.
Unfortunately most of the prerequisites aren't available on Windows. However, WSL is a thing.

0 comments on commit 5ab6c09

Please sign in to comment.