diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-17 14:44:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-17 14:44:16 -0700 |
| commit | afe2028b754deb35a6ccf824a08abb6989b82e5d (patch) | |
| tree | f3ff61df9e6451bb51d509e788d591780c875133 /ports/boost/CONTROL | |
| parent | e2163df1c24f65b35c62e191b6dc6e0c661441ce (diff) | |
| parent | ae3fe7cd16c82b794d5074104cf078afc1a12c7d (diff) | |
| download | vcpkg-afe2028b754deb35a6ccf824a08abb6989b82e5d.tar.gz vcpkg-afe2028b754deb35a6ccf824a08abb6989b82e5d.zip | |
Merge pull request #1453 from muemart/boost
Build Boost with ICU and Python
Diffstat (limited to 'ports/boost/CONTROL')
| -rw-r--r-- | ports/boost/CONTROL | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ports/boost/CONTROL b/ports/boost/CONTROL index 4fc7efdec..a5da89a5a 100644 --- a/ports/boost/CONTROL +++ b/ports/boost/CONTROL @@ -1,4 +1,16 @@ Source: boost -Version: 1.65.1 +Version: 1.65.1-1 Description: Peer-reviewed portable C++ source libraries Build-Depends: zlib, bzip2 + +Feature: locale-icu +Description: ICU backend for Boost.Locale +Build-Depends: icu + +Feature: regex-icu +Description: ICU support for Boost.Regex +Build-Depends: icu + +Feature: python +Description: a C++ library which enables seamless interoperability between C++ and the Python programming language. +Build-Depends: python3 |
