diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2020-06-12 01:23:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 22:23:26 -0700 |
| commit | e1783c68c43bc59f545551071a2775971497c871 (patch) | |
| tree | f6f4fc4e64b9e63d1717a398e11ee85702122e2c /ports/hyperscan | |
| parent | ca52d429b63391cbf7eb228cad4c7567200bee41 (diff) | |
| download | vcpkg-e1783c68c43bc59f545551071a2775971497c871.tar.gz vcpkg-e1783c68c43bc59f545551071a2775971497c871.zip | |
[python3] Update to Python 3.8 (#11708)
* [python3] Update to Python 3.8.3.
[vtk] Update to Python 3.8 and fix improper Python3 artifact
specification.
* [python3] Fix static linking, broken in 121faf2.
* [hyperscan] Add missing build dependency (fixes CI on macOS).
Diffstat (limited to 'ports/hyperscan')
| -rw-r--r-- | ports/hyperscan/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/hyperscan/CONTROL b/ports/hyperscan/CONTROL index a060054ac..a47318f5f 100644 --- a/ports/hyperscan/CONTROL +++ b/ports/hyperscan/CONTROL @@ -1,5 +1,5 @@ Source: hyperscan
-Version: 5.2.1
+Version: 5.2.1-1
Homepage: https://www.hyperscan.io
Description: A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.
-Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, python3, ragel
+Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, pcre, python3, ragel
|
