Search Criteria
Package Details: rocksdb-release 7.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rocksdb-release.git (read-only, click to copy) |
---|---|
Package Base: | rocksdb-release |
Description: | Embedded key-value store for fast storage |
Upstream URL: | http://rocksdb.org |
Licenses: | Apache, leveldb |
Conflicts: | rocksdb |
Provides: | rocksdb |
Submitter: | iamazat |
Maintainer: | iamazat |
Last Packager: | iamazat |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-20 21:00 (UTC) |
Last Updated: | 2022-05-30 21:21 (UTC) |
Dependencies (10)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- gflags (gflags-static, gflags-git)
- lz4 (lz4-static-musl, lz4-static, lz4-git)
- snappy (snappy-git)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat)
- diffutils (diffutils-git, diffutils-patched-exclude-directory-git) (make)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- make (make-git) (make)
- python2 (python2-bin) (check)
Required by (12)
- chainweb-miner
- conduit (requires rocksdb) (make)
- electrs-git (requires rocksdb)
- fulcrum (requires rocksdb)
- fulcrum-git (requires rocksdb)
- go-nebulas (requires rocksdb)
- go-nebulas-git (requires rocksdb)
- influxdb08 (requires rocksdb)
- osgearth (requires rocksdb)
- python-rocksdb (requires rocksdb)
- rippled (requires rocksdb)
- ruma-git (requires rocksdb)
Latest Comments
a821 commented on 2022-05-31 05:15 (UTC)
@iamazat. Thanks! You may consider updating the
pkgdesc
to indicate the difference, or a pinned comment at least, just to avoid confusion :)iamazat commented on 2022-05-30 21:11 (UTC)
It does not includes
sst_dump
anddb_bench
1.fosskers commented on 2022-05-29 19:45 (UTC)
At this point, probably nothing other than being of the 6.x series.
a821 commented on 2022-05-29 07:43 (UTC)
Whats the difference with community/rocksdb?
iamazat commented on 2019-10-21 22:48 (UTC)
Nice catch, added, thanks!
fosskers commented on 2019-10-21 21:18 (UTC) (edited on 2019-10-21 21:19 (UTC) by fosskers)
This also seems to require
diffutils
as a build dependency, since the compilation process callscmp
, which is owned by that package.iamazat commented on 2019-10-01 10:02 (UTC)
Indeed, fixed, thanks!
fosskers commented on 2019-09-24 23:35 (UTC) (edited on 2019-09-25 02:39 (UTC) by fosskers)
After digging through the
Makefile
, I found an option that prevents the build from failing: