From 0fec1340eba828e95c489796eb0c7a4330120686 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Mon, 14 Sep 2020 15:07:02 -0700 Subject: [vcpkg manifest] Add documentation! (#13488) * [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru --- ports/numcpp/vcpkg.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ports/numcpp') diff --git a/ports/numcpp/vcpkg.json b/ports/numcpp/vcpkg.json index db31f6a3b..dab0d3abc 100644 --- a/ports/numcpp/vcpkg.json +++ b/ports/numcpp/vcpkg.json @@ -13,14 +13,13 @@ "boost-random", "boost-type-traits" ], - "features": [ - { - "name": "python", + "features": { + "python": { "description": "Interacting with python with pybind11 interface", "dependencies": [ "boost-python", "pybind11" ] } - ] + } } -- cgit v1.2.3