You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mingw-w64-x86_64-rapidjson (to enable JSON I/O support on IO module)
26
24
27
25
- <B>Microsoft MPI</B>: MSMpiSetup.exe or msmpisdk.msi (downloadable for free from https://www.microsoft.com/ searching for "MicrosoftMPI v x.x.x". Here the exact version x.x.x must be compliant with the version of MinGW64 package mingw-w64-x86_64-msmpi. See MSMPI section in procedure chapter for details)
28
26
@@ -200,22 +198,6 @@ user@machine MINGW64 ~
200
198
> pacman -S mingw-w64-x86_64-lapack
201
199
```
202
200
203
-
**__LIBMXL2__**
204
-
205
-
Install *libxml2* with:
206
-
```bash
207
-
user@machine MINGW64 ~
208
-
> pacman -S mingw-w64-x86_64-libxml2
209
-
```
210
-
211
-
**__RAPIDJSON__**
212
-
213
-
If JSON support on IO module is required, install *rapidjson* with:
214
-
```bash
215
-
user@machine MINGW64 ~
216
-
> pacman -S mingw-w64-x86_64-rapidjson
217
-
```
218
-
219
201
**__PETSc__**
220
202
221
203
_PETSc_ can be installed on the MSYS2/MinGW64 environment in two ways:
Copy file name to clipboardExpand all lines: THIRDPARTIES.md
-46
Original file line number
Diff line number
Diff line change
@@ -81,37 +81,6 @@
81
81
```
82
82
</details>
83
83
84
-
## libxml2
85
-
<details>
86
-
<summary>See License</summary>
87
-
88
-
```
89
-
Except where otherwise noted in the source code (e.g. the files hash.c,
90
-
list.c and the trio files, which are covered by a similar licence but
91
-
with different Copyright notices) all the files are:
92
-
93
-
Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
94
-
95
-
Permission is hereby granted, free of charge, to any person obtaining a copy
96
-
of this software and associated documentation files (the "Software"), to deal
97
-
in the Software without restriction, including without limitation the rights
98
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
-
copies of the Software, and to permit persons to whom the Software is fur-
100
-
nished to do so, subject to the following conditions:
101
-
102
-
The above copyright notice and this permission notice shall be included in
103
-
all copies or substantial portions of the Software.
104
-
105
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
106
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
107
-
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
108
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
109
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
110
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
111
-
THE SOFTWARE.
112
-
```
113
-
</details>
114
-
115
84
## METIS
116
85
<details>
117
86
<summary>See License</summary>
@@ -252,18 +221,3 @@
252
221
This license DOES NOT apply to any software that may be obtained via the download-package option of the PETSc configuration. Each of those packages are covered by their own licenses.
253
222
```
254
223
</details>
255
-
256
-
## RAPIDJSON
257
-
<details>
258
-
<summary>See License</summary>
259
-
260
-
```
261
-
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
262
-
263
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
264
-
265
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
266
-
267
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments