diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2018-07-10 23:09:06 +0200 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2018-07-10 23:09:19 +0200 |
commit | 84875fd3f060f7440cc4ebf8d79c18be3f3ce3cb (patch) | |
tree | e0b12b128f07478af0701fbbf532df82645bdb33 /dev-db | |
parent | net-im/skypeforlinux: remove obsolete comment (diff) | |
download | gentoo-84875fd3f060f7440cc4ebf8d79c18be3f3ce3cb.tar.gz gentoo-84875fd3f060f7440cc4ebf8d79c18be3f3ce3cb.tar.bz2 gentoo-84875fd3f060f7440cc4ebf8d79c18be3f3ce3cb.zip |
dev-db/clickhouse: version bump to 1.1.54390
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/clickhouse/Manifest | 2 | ||||
-rw-r--r-- | dev-db/clickhouse/clickhouse-1.1.54390.ebuild (renamed from dev-db/clickhouse/clickhouse-1.1.54388.ebuild) | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest index 8eaeb040288a..5c14410032d8 100644 --- a/dev-db/clickhouse/Manifest +++ b/dev-db/clickhouse/Manifest @@ -1,2 +1,2 @@ DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59 SHA512 ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205 -DIST clickhouse-1.1.54388.tar.gz 5608073 BLAKE2B b64fd5b794da3e7eba028be9cd79f6e143a1c7534373ffd69135e3ea0d2518f6dff730dd912991943bd6cee497bd62938198647cec780697d6e77aa0b935bb9c SHA512 69eb294df9a9e61a095e631847e2ba9f98060400aad52306f0e673b90bd31320bf72b0e945033885e42e880caf46d2e49241790e903a1d6994d6070c0ac62a96 +DIST clickhouse-1.1.54390.tar.gz 5619103 BLAKE2B dac861ee2a4c1326485f5d98b0f6d7b41b32ea43f7b45e5cccf54761c5de72b6805324d1a18f3aa4eea655c055e87cbba6ad39bc55087d6c5ed1d7d9564f27a4 SHA512 09c7a87291555f85534f5560add9dc702a98f38f2679e2c9642607c6f2c25801b1865625d4fa2109fe94873bfa5fd992f7a4d70fb19a03e5e1cb8289c124ac5e diff --git a/dev-db/clickhouse/clickhouse-1.1.54388.ebuild b/dev-db/clickhouse/clickhouse-1.1.54390.ebuild index 09bc728e2196..643b68fe3dc4 100644 --- a/dev-db/clickhouse/clickhouse-1.1.54388.ebuild +++ b/dev-db/clickhouse/clickhouse-1.1.54390.ebuild @@ -148,6 +148,7 @@ src_unpack() { src_configure() { local mycmakeargs=( -DENABLE_POCO_MONGODB="$(usex mongodb)" + -DENABLE_RDKAFKA="$(usex kafka)" -DENABLE_TESTS="$(usex test)" -DUSE_STATIC_LIBRARIES="$(usex static)" -DMAKE_STATIC_LIBRARIES="$(usex static)" @@ -157,7 +158,9 @@ src_configure() { -DENABLE_CLICKHOUSE_LOCAL="$(usex tools)" -DENABLE_CLICKHOUSE_BENCHMARK="$(usex tools)" -DENABLE_CLICKHOUSE_PERFORMANCE="$(usex tools)" - -DENABLE_CLICKHOUSE_TOOLS="$(usex tools)" + -DENABLE_CLICKHOUSE_EXTRACT_FROM_CONFIG="$(usex tools)" + -DENABLE_CLICKHOUSE_COMPRESSOR="$(usex tools)" + -DENABLE_CLICKHOUSE_COPIER="$(usex tools)" -DENABLE_CLICKHOUSE_COPIER="$(usex tools)" -DENABLE_CLICKHOUSE_ALL=OFF -DUSE_INTERNAL_CITYHASH_LIBRARY=ON # Clickhouse explicitly requires bundled patched cityhash |