diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-04-18 05:03:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 14:03:47 -0700 |
| commit | 1d0aca7435b5fbaa28985b0e7183ee835328f6e9 (patch) | |
| tree | 25e1835443f648c26646ab715cac14223123a428 | |
| parent | 3072ca33e5c8acbcc22cdf46a1ebcf3f962763a2 (diff) | |
| download | vcpkg-1d0aca7435b5fbaa28985b0e7183ee835328f6e9.tar.gz vcpkg-1d0aca7435b5fbaa28985b0e7183ee835328f6e9.zip | |
[cgal] Add dependency boost-interval (#10879)
| -rw-r--r-- | ports/cgal/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL index 7d9514962..8b007cd1d 100644 --- a/ports/cgal/CONTROL +++ b/ports/cgal/CONTROL @@ -1,6 +1,6 @@ Source: cgal -Version: 5.0.2 -Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-ptr-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision +Version: 5.0.2-1 +Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-ptr-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision, boost-interval Homepage: https://github.com/CGAL/cgal Description: The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry. |
