Skip to content
2 changes: 1 addition & 1 deletion ports/hpx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO STEllAR-GROUP/hpx
REF "v${VERSION}"
SHA512 e1cc9fa72cba4e66b5d6eff2487e93d5d553c32e6eebcfe9131bf69c5b595ab72295ff0986c81d5dc6a7caa8303d6709df91333f64efe59ee256d99a8c289dc5
SHA512 bf22add7a97087f68bd49fe0ae5b2bfbd7ba01d4018872c3934ebd81a632e2559e6144c5aa06779db971c642d5a41b16c8c48108af2c4069be6d9f9b72985182
HEAD_REF master
)

Expand Down
6 changes: 3 additions & 3 deletions ports/hpx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "hpx",
"version": "1.10.0",
"port-version": 1,
"version": "1.11.0",
"description": [
"The C++ Standards Library for Concurrency and Parallelism",
"HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
],
"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 Expand Up @@ -58,6 +57,7 @@
},
"cuda": {
"description": "Build with CUDA support",
"supports": "!linux & !(windows & arm)",
"dependencies": [
"cuda"
]
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)"
}
3 changes: 0 additions & 3 deletions 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 Expand Up @@ -702,8 +701,6 @@ mpir:x64-windows-static-md=skip
mpir:x64-windows-static=skip
mpir:x64-windows=skip
mpir:x86-windows=skip
msmpi:arm64-windows-static-md=fail
msmpi:arm64-windows=fail
msquic:arm-neon-android=fail
msquic:arm64-android=fail
msquic:x64-android=fail
Expand Down
12 changes: 2 additions & 10 deletions scripts/ci.feature.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +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-windows=fail
hpx:x64-windows-static=fail
hunspell:x64-windows-static-md=fail
ideviceinstaller:x64-windows-static-md=fail
idevicerestore:x64-linux=fail
Expand Down Expand Up @@ -314,11 +312,6 @@ moos-essential:arm64-windows=fail
moos-essential:x64-windows-static-md=fail
moos-essential:x64-windows=fail
moos-essential:x86-windows=fail
msmpi:arm-uwp=fail
msmpi:arm64-windows=fail
msmpi:x64-linux=fail
msmpi:x64-osx=fail
msmpi:x64-uwp=fail
munit:arm-uwp=fail
munit:arm64-windows=fail
munit:x64-uwp=fail
Expand Down Expand Up @@ -954,10 +947,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[cuda](!(windows & x64 & !uwp & !xbox) & !(linux & x64) & !(linux & arm64)) = cascade
hpx[cuda](osx) = cascade
hpx[cuda,mpi]:arm64-windows = cascade
hpx[mpi](windows & !(x64 | x86))=cascade
hyperscan:x64-uwp = cascade
hypodermic:arm64-uwp = cascade
hypodermic:x64-uwp = cascade
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3713,8 +3713,8 @@
"port-version": 0
},
"hpx": {
"baseline": "1.10.0",
"port-version": 1
"baseline": "1.11.0",
"port-version": 0
},
"htscodecs": {
"baseline": "1.6.1",
Expand Down Expand Up @@ -6418,7 +6418,7 @@
},
"msmpi": {
"baseline": "10.1.12498",
"port-version": 4
"port-version": 5
},
"msquic": {
"baseline": "2.4.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hpx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6ac39e75ba3daa8bce73eac933d71e2905f8472b",
"version": "1.11.0",
"port-version": 0
},
{
"git-tree": "422ed34b487e71a3939e6829f0346f1e323f33ab",
"version": "1.10.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