File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ This project makes use of the following third-party libraries:
50
50
* [ mdspan] ( https://github.com/kokkos/mdspan )
51
51
* [ stdBLAS] ( https://github.com/kokkos/stdBLAS )
52
52
* [ Microsoft.GSL] ( https://github.com/microsoft/GSL )
53
+ * [ json] ( https://github.com/nlohmann/json )
54
+ * [ scilib] ( https://github.com/stigrs/scilib )
53
55
54
56
Please see their websites for details regarding licensing terms.
55
57
@@ -64,17 +66,16 @@ Please see their websites for details regarding licensing terms.
64
66
65
67
| Compiler | Versions Tested |
66
68
| :--------------| ----------------:|
67
- | GCC | 9, 10 |
68
- | Clang | 10, 11, 12 |
69
+ | GCC | 10, 11 |
70
+ | Clang | 12, 13, 14 |
69
71
| Visual Studio | VS2019, VS2022 |
70
- | XCode | 13.0 |
71
- | Intel | 2022 |
72
+ | XCode | 14.2 |
72
73
73
74
### Obtaining the Source Code
74
75
75
76
The source code can be obtained from
76
77
77
- git clone git@ github.com: stigrs/diim.git
78
+ git clone https:// github.com/ stigrs/diim.git
78
79
79
80
### Building the Software
80
81
@@ -104,4 +105,8 @@ into a directory called `diim`.
104
105
105
106
cmake --build . --config Release --target install
106
107
108
+ 6 . If you want to install the Python wrapper, ` cd ` to the directory ` diim ` and run ` pip ` :
109
+
110
+ pip install .
111
+
107
112
All tests should pass, indicating that your platform is fully supported.
You can’t perform that action at this time.
0 commit comments