mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:16:43 +08:00
5b11232d00
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry * [many-ports] don't use deprecated functions (autogenerated) * atkmm: Fix license. gperftools: Reformat vcpkg_check_features call. gsl: Fix license. libpff: Fix license. pangomm: Fix license. qtbase: Revert, only comment changes. type-lite: Reformat vcpkg_check_features and actually use the feature options. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
789 B
JSON
19 lines
789 B
JSON
{
|
|
"name": "mpi",
|
|
"version": "1",
|
|
"port-version": 4,
|
|
"description": "Message Passing Interface (MPI) is a standardized and portable message-passing standard designed by a group of researchers from academia and industry to function on a wide variety of parallel computing architectures. The standard defines the syntax and semantics of a core of library routines useful to a wide range of users writing portable message-passing programs in C, C++, and Fortran. There are several well-tested and efficient implementations of MPI, many of which are open-source or in the public domain.",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "msmpi",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "openmpi",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|