diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-07-31 23:47:59 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-07-31 14:47:59 -0700 |
| commit | 455223d009fc6fef0d9293e511d64e9e372abdb0 (patch) | |
| tree | bdcca8323708d27517eefc9627fb6c1eba4c8b6a /ports/boost-vcpkg-helpers | |
| parent | a2f9ceeb43cbf4d9674a8940bc2d98bc3ea66586 (diff) | |
| download | vcpkg-455223d009fc6fef0d9293e511d64e9e372abdb0.tar.gz vcpkg-455223d009fc6fef0d9293e511d64e9e372abdb0.zip | |
[OpenMPI] add a new port (#7142)2019.07
* [OpenMPI] add a new port
* [OpenMPI] enable VCPKG_CONCURRENCY
* [OpenMPI] fix prefix
* [OpenMPI] fix license installation, compatible with single config build
* [many ports] enable portable mpi implementation
* [bond] Update Haskell stack SHA512
Diffstat (limited to 'ports/boost-vcpkg-helpers')
| -rw-r--r-- | ports/boost-vcpkg-helpers/generate-ports.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/boost-vcpkg-helpers/generate-ports.ps1 b/ports/boost-vcpkg-helpers/generate-ports.ps1 index 7ab6c9680..8a6dc79d1 100644 --- a/ports/boost-vcpkg-helpers/generate-ports.ps1 +++ b/ports/boost-vcpkg-helpers/generate-ports.ps1 @@ -368,7 +368,7 @@ foreach ($library in $libraries) }
elseif ($library -eq "mpi")
{
- $deps += @("msmpi")
+ $deps += @("mpi")
}
Generate `
|
