Commit Graph

91 Commits

Author SHA1 Message Date
R. Ryantm
82666e62f8 rocksdb_lite: 7.9.2 -> 7.10.2 2023-03-03 00:34:15 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
github-actions[bot]
bff8e74964
Merge master into staging-next 2023-02-10 06:01:18 +00:00
HuangYi
8605d6c6a6 rocksdb: fix build under mingw64 2023-02-10 05:08:38 +01:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
R. Ryantm
6293b70394 rocksdb: 7.8.3 -> 7.9.2 2023-01-21 00:23:01 +00:00
Robert Scott
e8d359b093
Merge pull request #206659 from r-ryantm/auto-update/rocksdb_lite
rocksdb_lite: 7.7.3 -> 7.8.3
2022-12-20 21:33:01 +00:00
HuangYi
7ceea77604
rocksdb: build tools
fix linux static binary
2022-12-20 11:14:28 +08:00
R. Ryantm
3495086585 rocksdb_lite: 7.7.3 -> 7.8.3 2022-12-18 03:21:05 +00:00
Pavol Rusnak
de6c1202d0
rocksdb: use SSE 4.2 only when supported 2022-11-22 11:23:48 +01:00
R. Ryantm
8676d396c2 rocksdb: 7.7.2 -> 7.7.3 2022-10-13 21:22:52 +00:00
R. Ryantm
fd03aab973 rocksdb: 7.6.0 -> 7.7.2 2022-10-08 01:11:43 +00:00
Vladimír Čunát
d713eced06
rocksdb: fix .pc handling in all three versions
I didn't realize the same nix expression is used for different
rocksdb versions.
2022-09-28 17:16:08 +02:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
Vladimír Čunát
e7b138744a
rocksdb: fixup paths in .pc files 2022-09-23 09:43:31 +02:00
R. Ryantm
bda047ddcd rocksdb_lite: 7.5.3 -> 7.6.0 2022-09-22 02:44:09 +00:00
R. Ryantm
c2efe5ded0 rocksdb: 7.4.5 -> 7.5.3 2022-08-28 23:36:13 +00:00
R. Ryantm
46c3507238 rocksdb: 7.4.4 -> 7.4.5 2022-08-05 15:35:25 +00:00
R. Ryantm
4061da8538 rocksdb: 7.3.1 -> 7.4.4 2022-07-29 21:23:09 +00:00
Mo0nbase
099062bd36
rocksdb: 6.29.3 -> 7.3.1 (#179399)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2022-07-16 18:24:45 -04:00
R. Ryantm
d2e125d119 rocksdb: 6.28.2 -> 6.29.3 2022-02-20 01:41:57 +00:00
R. Ryantm
f4dccd58f4 rocksdb: 6.27.3 -> 6.28.2 2022-02-03 11:04:15 -08:00
R. Ryantm
4d8e65e376 rocksdb: 6.26.1 -> 6.27.3 2021-12-22 16:29:00 +00:00
R. Ryantm
abe233632f rocksdb: 6.26.0 -> 6.26.1 2021-12-06 23:35:33 +00:00
Pavol Rusnak
2331190cd2
rocksdb: 6.25.3 -> 6.26.0 2021-11-14 00:39:02 +01:00
R. Ryantm
398b56f74c rocksdb: 6.23.3 -> 6.25.3 2021-10-29 01:56:53 +00:00
Ilan Joselevich
a75543832c rocksdb: 6.23.2 -> 6.23.3 2021-08-15 14:00:52 +03:00
Mario Rodas
9853389490 rocksdb: 6.17.3 -> 6.23.2 2021-08-08 06:00:00 -05:00
R. RyanTM
99a25148e8 rocksdb: 6.15.5 -> 6.17.3 2021-03-20 22:31:55 -07:00
R. RyanTM
d619bb632e rocksdb: 6.15.4 -> 6.15.5 2021-02-06 18:00:35 +00:00
Phillip Cloud
abed89b112 rocksdb: 6.15.2 -> 6.15.4 2021-01-26 12:54:07 -05:00
Phillip Cloud
feea22fadb rocksdb: fix output hash 2021-01-26 12:54:07 -05:00
Phillip Cloud
676627abaa rocksdb: 6.14.6 -> 6.15.2 2021-01-26 12:54:07 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
R. RyanTM
63f2518e70 rocksdb: 6.14.5 -> 6.14.6 2020-12-04 21:58:10 +00:00
R. RyanTM
cdcc01a343 rocksdb: 6.12.7 -> 6.14.5 2020-11-22 10:18:30 +00:00
Bas van Dijk
f2ea8e45e2 rocksdb: propagate deps to fix build of sortmerna 2020-10-24 15:15:22 +00:00
Bas van Dijk
f1c4d5d479 rocksdb: 6.10.2 -> 6.12.7
https://github.com/facebook/rocksdb/blob/v6.12.7/HISTORY.md#6127-2020-10-14
2020-10-24 16:36:38 +02:00
Bas van Dijk
f2b8a45cde rocksdb: enable optional jemalloc support 2020-10-22 15:32:56 +02:00
Bas van Dijk
c6109efca6 rocksdb: support disabling building shared lib
This is needed to build `pkgsStatic.rocksdb`.
2020-10-18 15:52:20 +02:00
Pavol Rusnak
49581587c2
rocksdb: 6.4.6 -> 6.10.2 2020-07-18 16:57:38 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Franz Pletz
d9d9d3196f
rocksdb: fix darwin build 2019-12-27 05:21:39 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
John Ericson
ae8a90554e rocksdb: Build with Ninja
This is sightly faster/simpler.
2019-11-23 17:27:16 +00:00
John Ericson
4686cfcc94 Merge remote-tracking branch 'upstream/master' into mingw-rocksdb
Can just use single commit from
https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
2019-11-23 17:26:49 +00:00
John Ericson
069e9fd449 rocksdb: Fix MinGW Build 2019-11-23 01:25:03 +00:00
mb
c9453387da rocksdb: 6.2.2 -> 6.2.4
(cherry picked from commit 0cd88820b3)
2019-11-23 01:25:03 +00:00