mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi",
|
|
"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"
|
|
}
|
|
}
|