Skip to content

Commit e384883

Browse files
authored
Remove spdlog reference from README (#361)
* remove spdlog reference * Sopt no longer a submodule * clarify ONNX dependency
1 parent 27820a9 commit e384883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This documentation outlines the necessary and optional [dependencies](#dependenc
2323
- [OpenMP](http://openmp.org/wp/) v4.8.4 - Optional - Speeds up some of the operations.
2424
- [MPI](https://www.open-mpi.org) v3.1.1 - Optional - Parallelisation paradigm to speed up operations.
2525
- [astro-informatics/sopt](https://github.com/astro-informatics/sopt) v4.1.0: Sparse Optimization
26-
Compressed Sensing library. Included as a submodule.
26+
Compressed Sensing library.
2727
- [Boost](https://www.boost.org/) v1.78.0: A set of free peer-reviewed
2828
portable C++ libraries.
2929
- [fftw3](www.fftw.org) v3.3.9: Fastest Fourier Transform in the West.
@@ -33,7 +33,7 @@ This documentation outlines the necessary and optional [dependencies](#dependenc
3333
- [yaml-cpp](https://github.com/jbeder/yaml-cpp) v0.6.3: YAML parser and emitter in `C++`.
3434
- [casacore](http://casacore.github.io/casacore/) - Optional - Needed to interface with measurement
3535
- [ONNXruntime](https://onnxruntime.ai/) v1.17.1 - Optional - a cross-platform runtime engine based on the Open Neural Network eXchange format.
36-
sets. The main **PURIFY** program requires this library (and its dependencies)
36+
sets.
3737
- [Catch2](https://github.com/catchorg/Catch2) v2.13.9: Optional - A `C++`
3838
unit-testing framework only needed for testing.
3939
- [google/benchmark](https://github.com/google/benchmark) v1.6.0: Optional - A `C++`
@@ -58,7 +58,7 @@ If the dependencies are already available on your system, you can also install *
5858
On MacOS, you can also install most of the dependencies with Homebrew e.g.
5959

6060
``` bash
61-
brew install boost fftw eigen yaml-cpp spdlog catch2
61+
brew install boost fftw eigen yaml-cpp catch2 [onnxruntime]
6262
```
6363

6464

0 commit comments

Comments
 (0)