aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-odeint
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-09-28 03:12:39 +0300
committerGitHub <noreply@github.com>2021-09-27 17:12:39 -0700
commitcc471dc0f59b7b2066d6172c2893419412327a7a (patch)
treeb3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-odeint
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-odeint')
-rw-r--r--ports/boost-odeint/portfile.cmake4
-rw-r--r--ports/boost-odeint/vcpkg.json7
2 files changed, 8 insertions, 3 deletions
diff --git a/ports/boost-odeint/portfile.cmake b/ports/boost-odeint/portfile.cmake
index 0a7c9e2fb..568f2dfc0 100644
--- a/ports/boost-odeint/portfile.cmake
+++ b/ports/boost-odeint/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/odeint
- REF boost-1.76.0
- SHA512 8bc70dd31f948f467249caa4c67bf9dcb58bba524edd303cd4312037cff49409108c88321649ff31363da4897f8fa6053e4e5b632fbfe19f0529db4fdc734cd8
+ REF boost-1.77.0
+ SHA512 33f06b5450855c35c719418ed320ddcdf926c5f27f03d18b345cdaa7921fa749d626dfb8c7c3fdcb102074499e96cf526cb7bdaac1e1a67f6e9f2db5ca3bf481
HEAD_REF master
)
diff --git a/ports/boost-odeint/vcpkg.json b/ports/boost-odeint/vcpkg.json
index 483ea6e86..618b34f68 100644
--- a/ports/boost-odeint/vcpkg.json
+++ b/ports/boost-odeint/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "boost-odeint",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost odeint module",
"homepage": "https://github.com/boostorg/odeint",
"dependencies": [
@@ -14,6 +14,10 @@
"boost-fusion",
"boost-iterator",
"boost-math",
+ {
+ "name": "boost-mpi",
+ "platform": "!uwp"
+ },
"boost-mpl",
"boost-multi-array",
"boost-preprocessor",
@@ -21,6 +25,7 @@
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
+ "boost-ublas",
"boost-units",
"boost-utility",
"boost-vcpkg-helpers"