Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/hpx/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"homepage": "https://github.com/STEllAR-GROUP/hpx",
"license": "BSL-1.0",
"supports": "!(windows & x86)",
"supports": "!(windows & arm64) & !(windows & staticcrt)",
"dependencies": [
"asio",
"boost-accumulators",
Expand Down
4 changes: 2 additions & 2 deletions ports/msmpi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "msmpi",
"version": "10.1.12498",
"port-version": 4,
"port-version": 5,
"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 & !uwp"
"supports": "windows & !uwp & (x64 | x86)"
}
1 change: 0 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ hello-imgui:arm-neon-android=fail
hello-imgui:arm64-android=fail
hello-imgui:x64-android=fail
hexl:x64-android=fail
hpx:x64-windows-static=fail
hwloc:arm-neon-android=fail
hwloc:arm64-android=fail
hwloc:x64-android=fail
Expand Down
11 changes: 2 additions & 9 deletions scripts/ci.feature.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ graphicsmagick(uwp)=fail
graphqlparser:arm64-osx=fail # python2 required
gsoap = skip # gsoap does not offer stable public source downloads
gtk:x64-windows-static=fail
hpx:arm64-uwp=fail
hpx:arm64-windows-static-md=fail
hpx:arm64-windows=fail
hpx:x64-uwp=fail
hpx:x64-windows-static=fail
hpx[cuda](osx) = cascade
hunspell:x64-windows-static-md=fail
ideviceinstaller:x64-windows-static-md=fail
idevicerestore:x64-linux=fail
Expand Down Expand Up @@ -958,10 +952,9 @@ highfive:arm64-uwp = cascade
highfive:arm64-windows = cascade
highfive:x64-uwp = cascade
hikogui:x64-uwp = cascade
hpx:arm64-uwp = cascade
hpx:x64-uwp = cascade
hpx[mpi](windows & !(x64 | x86))=cascade
hpx[cuda](osx) = cascade
hpx[cuda,mpi]:arm64-windows = cascade
hpx[cuda](!(windows & x64 & !uwp & !xbox) & !(linux & x64) & !(linux & arm64)) = cascade
hyperscan:x64-uwp = cascade
hypodermic:arm64-uwp = cascade
hypodermic:x64-uwp = cascade
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6418,7 +6418,7 @@
},
"msmpi": {
"baseline": "10.1.12498",
"port-version": 4
"port-version": 5
},
"msquic": {
"baseline": "2.4.8",
Expand Down
2 changes: 1 addition & 1 deletion versions/h-/hpx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "53e9382617f3945f750fb550caa6d54e23652b00",
"git-tree": "6ac39e75ba3daa8bce73eac933d71e2905f8472b",
"version": "1.11.0",
"port-version": 0
},
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/msmpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "725c5656745976dabcf479bc5cd0d587a24fe050",
"version": "10.1.12498",
"port-version": 5
},
{
"git-tree": "d3ccfae00ebdaac2c41fa2acfa59b862171be3ae",
"version": "10.1.12498",
Expand Down
Loading