]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: BuildRequires gcc-toolset-11-libatomic-devel for aarch64
authorKefu Chai <tchaikov@gmail.com>
Thu, 4 Aug 2022 03:57:05 +0000 (11:57 +0800)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 10 Aug 2022 20:46:46 +0000 (16:46 -0400)
commitca688751d8aed2d1450ccc99bd59a45973937bf7
treeaeb251150652e5c972064e7f29cc667fbce1cd69
parent906642a9257480b402feb3a60398432a32379f14
ceph.spec.in: BuildRequires gcc-toolset-11-libatomic-devel for aarch64

to address following failure when generating the building system
using CMake:

```
-- Performing Test HAVE_LIBATOMIC
-- Performing Test HAVE_LIBATOMIC - Failed
CMake Error at cmake/modules/CheckCxxAtomic.cmake:66 (message):
  Host compiler /opt/rh/gcc-toolset-11/root/usr/bin/c++ requires libatomic,
but it is not found
```

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 3811e8835d5dadd006f67f53ea50386a6f98f407)
ceph.spec.in