Skip to content

Commit

Permalink
Mention availability in spack
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortial-safran authored and artem-ogre committed Aug 23, 2023
1 parent df3de0f commit d204254
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<a name="installationbuilding"></a>

## 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`
Expand Down

0 comments on commit d204254

Please sign in to comment.