Skip to content

Commit d0f670c

Browse files
author
Stig Rune Sellevag
committed
Update README
1 parent 36b2953 commit d0f670c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ This project makes use of the following third-party libraries:
5050
* [mdspan](https://github.com/kokkos/mdspan)
5151
* [stdBLAS](https://github.com/kokkos/stdBLAS)
5252
* [Microsoft.GSL](https://github.com/microsoft/GSL)
53+
* [json](https://github.com/nlohmann/json)
54+
* [scilib](https://github.com/stigrs/scilib)
5355

5456
Please see their websites for details regarding licensing terms.
5557

@@ -64,17 +66,16 @@ Please see their websites for details regarding licensing terms.
6466

6567
| Compiler | Versions Tested |
6668
|:--------------|----------------:|
67-
| GCC | 9, 10 |
68-
| Clang | 10, 11, 12 |
69+
| GCC | 10, 11 |
70+
| Clang | 12, 13, 14 |
6971
| Visual Studio | VS2019, VS2022 |
70-
| XCode | 13.0 |
71-
| Intel | 2022 |
72+
| XCode | 14.2 |
7273

7374
### Obtaining the Source Code
7475

7576
The source code can be obtained from
7677

77-
git clone git@github.com:stigrs/diim.git
78+
git clone https://github.com/stigrs/diim.git
7879

7980
### Building the Software
8081

@@ -104,4 +105,8 @@ into a directory called `diim`.
104105

105106
cmake --build . --config Release --target install
106107

108+
6. If you want to install the Python wrapper, `cd` to the directory `diim` and run `pip`:
109+
110+
pip install .
111+
107112
All tests should pass, indicating that your platform is fully supported.

0 commit comments

Comments
 (0)