aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
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"
+}