@@ -23,7 +23,7 @@ This documentation outlines the necessary and optional [dependencies](#dependenc
23
23
- [ OpenMP] ( http://openmp.org/wp/ ) v4.8.4 - Optional - Speeds up some of the operations.
24
24
- [ MPI] ( https://www.open-mpi.org ) v3.1.1 - Optional - Parallelisation paradigm to speed up operations.
25
25
- [ 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.
27
27
- [ Boost] ( https://www.boost.org/ ) v1.78.0: A set of free peer-reviewed
28
28
portable C++ libraries.
29
29
- [ 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
33
33
- [ yaml-cpp] ( https://github.com/jbeder/yaml-cpp ) v0.6.3: YAML parser and emitter in ` C++ ` .
34
34
- [ casacore] ( http://casacore.github.io/casacore/ ) - Optional - Needed to interface with measurement
35
35
- [ 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.
37
37
- [ Catch2] ( https://github.com/catchorg/Catch2 ) v2.13.9: Optional - A ` C++ `
38
38
unit-testing framework only needed for testing.
39
39
- [ 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 *
58
58
On MacOS, you can also install most of the dependencies with Homebrew e.g.
59
59
60
60
``` bash
61
- brew install boost fftw eigen yaml-cpp spdlog catch2
61
+ brew install boost fftw eigen yaml-cpp catch2 [onnxruntime]
62
62
```
63
63
64
64
0 commit comments