Skip to content

Commit

Permalink
[hyperscan] Add missing build dependency (fixes CI on macOS).
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Jun 4, 2020
1 parent 197e158 commit 538bc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/hyperscan/CONTROL
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 538bc7b

Please sign in to comment.