aboutsummaryrefslogtreecommitdiff
path: root/ports/blosc/CONTROL
diff options
context:
space:
mode:
authorElijah Insua <tmpvar@gmail.com>2019-08-11 12:26:23 -0700
committerElijah Insua <tmpvar@gmail.com>2019-08-13 16:23:48 -0700
commit644caf17e7cba4394f0a65cfe30efcbc5afb87e8 (patch)
tree44d3d4fb40faf3038ee2f5de535ff4d5f98dc3a6 /ports/blosc/CONTROL
parente6a21e1b421e8231f3eb46d8af574a990b5da8c8 (diff)
downloadvcpkg-644caf17e7cba4394f0a65cfe30efcbc5afb87e8.tar.gz
vcpkg-644caf17e7cba4394f0a65cfe30efcbc5afb87e8.zip
[blosc] enable dependent ports to use debug builds
refs: https://github.com/Microsoft/vcpkg/issues/3601 The bulk of this work is to utilize the standard vcpkg find_package code to find the correct binaries in both Release and Debug modes.
Diffstat (limited to 'ports/blosc/CONTROL')
-rw-r--r--ports/blosc/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL
index 3cbed267f..414685489 100644
--- a/ports/blosc/CONTROL
+++ b/ports/blosc/CONTROL
@@ -1,5 +1,5 @@
Source: blosc
-Version: 1.17.0
+Version: 1.17.0-1
Build-Depends: lz4, snappy, zlib, zstd
Homepage: https://github.com/Blosc/c-blosc
Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`