diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-07 04:45:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 13:45:57 -0700 |
| commit | edd61643a5298bd66d7d7775dd16dc3ace3443c9 (patch) | |
| tree | 99a6b3b759c879b4dbd40134cb85475971b29f3e | |
| parent | 2d378e70a6bed7ba05a23886dcc33b8a0ebc7739 (diff) | |
| download | vcpkg-edd61643a5298bd66d7d7775dd16dc3ace3443c9.tar.gz vcpkg-edd61643a5298bd66d7d7775dd16dc3ace3443c9.zip | |
[msmpi] Update the download hash (#17629)
* [msmpi] Update the download hash
* update version record
* Update ports/msmpi/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update versions/m-/msmpi.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
| -rw-r--r-- | ports/msmpi/CONTROL | 5 | ||||
| -rw-r--r-- | ports/msmpi/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/msmpi/vcpkg.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/msmpi.json | 5 |
5 files changed, 18 insertions, 9 deletions
diff --git a/ports/msmpi/CONTROL b/ports/msmpi/CONTROL deleted file mode 100644 index 9640f564b..000000000 --- a/ports/msmpi/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: msmpi -Version: 10.1 -Homepage: https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi -Description: Microsoft MPI -Supports: windows diff --git a/ports/msmpi/portfile.cmake b/ports/msmpi/portfile.cmake index 58c3661c7..cf5b69afe 100644 --- a/ports/msmpi/portfile.cmake +++ b/ports/msmpi/portfile.cmake @@ -5,8 +5,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/msmpi-${MSMPI_VERSION}) vcpkg_download_distfile(SDK_ARCHIVE URLS "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" - FILENAME "msmpisdk-${MSMPI_VERSION}.msi" - SHA512 330fad53c1979dfae786abed228d82c82207f0d61148e2efc1f37c8931838b806eb50554e7f006a56962f748a21f7017c540bd70444b7a93a72c313a64e9254c + FILENAME "msmpisdk-${MSMPI_VERSION}-b0087dfd.msi" + SHA512 b0087dfd21423bf87b94b17d7cb03576838585371bbf8b03cca95c3ad73670108c7bc6517b0de852ef595072cc4143be2011636e7242bcb080394d94294848a7 ) diff --git a/ports/msmpi/vcpkg.json b/ports/msmpi/vcpkg.json new file mode 100644 index 000000000..100ad6531 --- /dev/null +++ b/ports/msmpi/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "msmpi", + "version": "10.1.12498", + "port-version": 1, + "description": "Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.", + "homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi", + "license": "MIT", + "supports": "windows" +} diff --git a/versions/baseline.json b/versions/baseline.json index 66b45bd55..060bf5262 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4125,8 +4125,8 @@ "port-version": 3 }, "msmpi": { - "baseline": "10.1", - "port-version": 0 + "baseline": "10.1.12498", + "port-version": 1 }, "mstch": { "baseline": "1.0.2-2", diff --git a/versions/m-/msmpi.json b/versions/m-/msmpi.json index 6890386b2..687eb427e 100644 --- a/versions/m-/msmpi.json +++ b/versions/m-/msmpi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d333159a4463603aade50bfa48dbb4bd5b33946e", + "version": "10.1.12498", + "port-version": 1 + }, + { "git-tree": "ce9b3f866ae1c098455182c6e811dc63a7b3e161", "version-string": "10.1", "port-version": 0 |
