aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-05-07 04:45:57 +0800
committerGitHub <noreply@github.com>2021-05-06 13:45:57 -0700
commitedd61643a5298bd66d7d7775dd16dc3ace3443c9 (patch)
tree99a6b3b759c879b4dbd40134cb85475971b29f3e /ports
parent2d378e70a6bed7ba05a23886dcc33b8a0ebc7739 (diff)
downloadvcpkg-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>
Diffstat (limited to 'ports')
-rw-r--r--ports/msmpi/CONTROL5
-rw-r--r--ports/msmpi/portfile.cmake4
-rw-r--r--ports/msmpi/vcpkg.json9
3 files changed, 11 insertions, 7 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"
+}