From d20425454407b8be4b7d7cbb45028713df636910 Mon Sep 17 00:00:00 2001 From: Julien Cortial Date: Wed, 23 Aug 2023 13:12:25 +0200 Subject: [PATCH] Mention availability in spack --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index bc4239d..976c8e8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,11 +111,14 @@ CDT port is [available](https://github.com/microsoft/vcpkg/tree/master/ports/cdt CDT is not in the conan-center but there's a `conanfile.py` recipe provided (in this repo). Note that it might need small adjustments like changing boost version to fit your needs. +### spack +A [recipe](https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/cdt/package.py) for CDT is [available](https://spack.readthedocs.io/en/latest/package_list.html#cdt) in [spack](https://spack.io). + ## Installation/Building -CDT uses modern CMake and should *just work* out of the box without any suprises. The are many ways to consume CDT: +CDT uses modern CMake and should *just work* out of the box without any surprises. The are many ways to consume CDT: - copy headers and use as a header-only library - add to CMake project directly with `add_subdirectory` - pre-build and add to CMake project as a dependency with `find_package`