Ross Smith II 959766780e
Update bucket/msmpi.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:19:36 -07:00

39 lines
1.5 KiB
JSON

{
"homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi",
"description": "Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.",
"version": "10.0",
"license": "MIT",
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v10.0/msmpisetup.exe",
"hash": "7dae13797627726f67fab9c1d251aec2df9ecd25939984645ec05748bdffd396",
"env_add_path": ".",
"pre_install": "7z x -t# \"$dir\\msmpisetup.exe\" -o\"$dir\\tmp\"",
"architecture": {
"64bit": {
"installer": {
"script": [
"7z x -r \"$dir\\tmp\\4.msi\" -o\"$dir\"",
"Remove-Item \"$dir\\msmpires.dll\"",
"Remove-Item \"$dir\\msmpi.dll\"",
"Rename-Item \"$dir\\msmpires64.dll\" \"$dir\\msmpires.dll\"",
"Rename-Item \"$dir\\msmpi64.dll\" \"$dir\\msmpi.dll\""
]
}
},
"32bit": {
"installer": {
"script": "7z x \"$dir\\tmp\\2.msi\" -o\"$dir\""
}
}
},
"post_install": [
"Remove-Item -Recurse \"$dir\\tmp\"",
"Remove-Item \"$dir\\msmpisetup.exe\""
],
"checkver": {
"github": "https://github.com/Microsoft/Microsoft-MPI"
},
"autoupdate": {
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v$version/msmpisetup.exe"
}
}