aboutsummaryrefslogtreecommitdiff
path: root/ports/numcpp/vcpkg.json
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-08-20 12:17:44 +0800
committerGitHub <noreply@github.com>2020-08-19 21:17:44 -0700
commita51f392b52a71688585b3fbab60fed96e3842abb (patch)
treea6fc99d5a0a1c8dbca4f910cc0ad64fe06a4eb24 /ports/numcpp/vcpkg.json
parent970fdf4e88a9811ed10dbe373d8d71f23687fab9 (diff)
downloadvcpkg-a51f392b52a71688585b3fbab60fed96e3842abb.tar.gz
vcpkg-a51f392b52a71688585b3fbab60fed96e3842abb.zip
[numcpp] Add new port (#12682)
Diffstat (limited to 'ports/numcpp/vcpkg.json')
-rw-r--r--ports/numcpp/vcpkg.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/ports/numcpp/vcpkg.json b/ports/numcpp/vcpkg.json
new file mode 100644
index 000000000..db31f6a3b
--- /dev/null
+++ b/ports/numcpp/vcpkg.json
@@ -0,0 +1,26 @@
+{
+ "name": "numcpp",
+ "version-string": "2.1.0",
+ "description": "C++ implementation of the Python Numpy library",
+ "homepage": "https://dpilger26.github.io/NumCpp",
+ "license": "MIT",
+ "dependencies": [
+ "boost-algorithm",
+ "boost-endian",
+ "boost-integer",
+ "boost-math",
+ "boost-predef",
+ "boost-random",
+ "boost-type-traits"
+ ],
+ "features": [
+ {
+ "name": "python",
+ "description": "Interacting with python with pybind11 interface",
+ "dependencies": [
+ "boost-python",
+ "pybind11"
+ ]
+ }
+ ]
+}