Skip to content

Commit

Permalink
Merge pull request #283 from Point72/tkp/misinfo
Browse files Browse the repository at this point in the history
Remove note about gnu toolchain from docs
  • Loading branch information
timkpaine committed Jun 18, 2024
2 parents ab390db + 489922d commit 6b8e0af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/wiki/dev-guides/Build-CSP-from-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test run the tests

## Prerequisites

CSP has a few system-level dependencies which you can install from your machine package manager. Other package managers like `conda`, `nix`, etc, should also work fine. Currently, CSP relies on the `GNU` compiler toolchain only.
CSP has a few system-level dependencies which you can install from your machine package manager. Other package managers like `conda`, `nix`, etc, should also work fine.

## Building with Conda on Linux

Expand Down Expand Up @@ -196,13 +196,15 @@ By default, we pull and build dependencies with [vcpkg](https://vcpkg.io/en/). W

## Lint and Autoformat

CSP has listing and auto formatting.
CSP has linting and auto formatting.

| Language | Linter | Autoformatter | Description |
| :------- | :------------- | :------------- | :---------- |
| C++ | `clang-format` | `clang-format` | Style |
| Python | `ruff` | `ruff` | Style |
| Python | `isort` | `isort` | Imports |
| Markdown | `mdformat` | `mdformat` | Style |
| Markdown | `codespell` | | Spelling |

**C++ Linting**

Expand Down

0 comments on commit 6b8e0af

Please sign in to comment.