aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-math
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-math')
-rw-r--r--ports/boost-math/CONTROL6
-rw-r--r--ports/boost-math/vcpkg.json34
2 files changed, 34 insertions, 6 deletions
diff --git a/ports/boost-math/CONTROL b/ports/boost-math/CONTROL
deleted file mode 100644
index 89f9ece60..000000000
--- a/ports/boost-math/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-math
-Version: 1.75.0
-Build-Depends: boost-algorithm, boost-array, boost-assert, boost-atomic, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-detail, boost-fusion, boost-integer, boost-lambda, boost-lexical-cast, boost-modular-build-helper, boost-mp11, boost-mpl, boost-predef, boost-range, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/math
-Description: Boost math module
diff --git a/ports/boost-math/vcpkg.json b/ports/boost-math/vcpkg.json
new file mode 100644
index 000000000..023e46369
--- /dev/null
+++ b/ports/boost-math/vcpkg.json
@@ -0,0 +1,34 @@
+{
+ "name": "boost-math",
+ "version-string": "1.75.0",
+ "description": "Boost math module",
+ "homepage": "https://github.com/boostorg/math",
+ "dependencies": [
+ "boost-algorithm",
+ "boost-array",
+ "boost-assert",
+ "boost-atomic",
+ "boost-build",
+ "boost-compatibility",
+ "boost-concept-check",
+ "boost-config",
+ "boost-core",
+ "boost-detail",
+ "boost-fusion",
+ "boost-integer",
+ "boost-lambda",
+ "boost-lexical-cast",
+ "boost-modular-build-helper",
+ "boost-mp11",
+ "boost-mpl",
+ "boost-predef",
+ "boost-range",
+ "boost-smart-ptr",
+ "boost-static-assert",
+ "boost-throw-exception",
+ "boost-tuple",
+ "boost-type-traits",
+ "boost-utility",
+ "boost-vcpkg-helpers"
+ ]
+}