diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-21 15:24:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-04 17:54:40 +0100 |
commit | 5b0b520e22cc4d8e08078e50e036b093efdde49c (patch) | |
tree | b6a195773ffba430f13d4be384cb97e43c9fab8f /gnu/local.mk | |
parent | 1568cc14fa7b8f93eb73d21be109b0e5e00cb718 (diff) | |
download | patches-5b0b520e22cc4d8e08078e50e036b093efdde49c.tar patches-5b0b520e22cc4d8e08078e50e036b093efdde49c.tar.gz |
gnu: ceph: Update to 12.2.4.
* gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Adjust to
upstream changes.
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: Delete file.
* gnu/packages/patches/ceph-rocksdb-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/storage.scm (ceph): Update to 12.2.4.
[source](patches): Adjust.
[arguments]: Add "-DWITH_BABELTRACE=OFF" in #:configure-flags. Build with
CMAKE-3.11. Adjust file substitutions. Wrap 'ceph' executable.
[native-inputs]: Add GPERF.
[inputs]: Replace BOOST with BOOST-1.66. Add PYTHON2-PRETTYTABLE.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2ef9b68590..d091a89b82 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -581,7 +581,7 @@ dist_patch_DATA = \ %D%/packages/patches/cdparanoia-fpic.patch \ %D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \ %D%/packages/patches/ceph-disable-cpu-optimizations.patch \ - %D%/packages/patches/ceph-disable-unittest-throttle.patch \ + %D%/packages/patches/ceph-rocksdb-compat.patch \ %D%/packages/patches/ceph-skip-collect-sys-info-test.patch \ %D%/packages/patches/ceph-skip-unittest_blockdev.patch \ %D%/packages/patches/chmlib-inttypes.patch \ |