From 3ad65c999998798ee2f11d2e73659e54a54e16de Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Fri, 18 Oct 2024 11:21:37 +0100 Subject: [PATCH 1/3] remove spdlog reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e80a10c67..b3f98aad7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If the dependencies are already available on your system, you can also install * On MacOS, you can also install most of the dependencies with Homebrew e.g. ``` bash - brew install boost fftw eigen yaml-cpp spdlog catch2 + brew install boost fftw eigen yaml-cpp catch2 [onnxruntime] ``` From 1ced7e1a719e0d61490eebd16c7c09707c5873df Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Tue, 22 Oct 2024 09:15:01 +0100 Subject: [PATCH 2/3] Sopt no longer a submodule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f98aad7..39004c4ab 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This documentation outlines the necessary and optional [dependencies](#dependenc - [OpenMP](http://openmp.org/wp/) v4.8.4 - Optional - Speeds up some of the operations. - [MPI](https://www.open-mpi.org) v3.1.1 - Optional - Parallelisation paradigm to speed up operations. - [astro-informatics/sopt](https://github.com/astro-informatics/sopt) v4.1.0: Sparse Optimization - Compressed Sensing library. Included as a submodule. + Compressed Sensing library. - [Boost](https://www.boost.org/) v1.78.0: A set of free peer-reviewed portable C++ libraries. - [fftw3](www.fftw.org) v3.3.9: Fastest Fourier Transform in the West. From 939366fbcff5ab096f9c013f2e48ad3a0a4a620c Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Tue, 22 Oct 2024 13:59:47 +0100 Subject: [PATCH 3/3] clarify ONNX dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39004c4ab..ad1a9ad50 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This documentation outlines the necessary and optional [dependencies](#dependenc - [yaml-cpp](https://github.com/jbeder/yaml-cpp) v0.6.3: YAML parser and emitter in `C++`. - [casacore](http://casacore.github.io/casacore/) - Optional - Needed to interface with measurement - [ONNXruntime](https://onnxruntime.ai/) v1.17.1 - Optional - a cross-platform runtime engine based on the Open Neural Network eXchange format. - sets. The main **PURIFY** program requires this library (and its dependencies) + sets. - [Catch2](https://github.com/catchorg/Catch2) v2.13.9: Optional - A `C++` unit-testing framework only needed for testing. - [google/benchmark](https://github.com/google/benchmark) v1.6.0: Optional - A `C++`