Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: bump up required cmake version to 2.8.12 #18285

Merged
merged 6 commits into from Oct 13, 2017

Conversation

tchaikov
Copy link
Contributor

No description provided.

as both trusty and centos 7.3 offer 2.8.12

Signed-off-by: Kefu Chai <kchai@redhat.com>
we use the global setting of CMAKE_POSITION_INDEPENDENT_CODE for
defining this flag.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
as 2.8.12 is required not, no need to be compatible with 2.8.11 anymore.

this reverts 457f023.

Signed-off-by: Kefu Chai <kchai@redhat.com>
instead of using "-fvisibility=hidden -fvisibility-inlines-hidden", more
cmake-ish this way.

Signed-off-by: Kefu Chai <kchai@redhat.com>
there is chance that its "patch" version is empty. in that case, do not
include it in its version string. otherwise, we will have something
like:

Found gperftools:
GPERFTOOLS_TCMALLOC_LIBRARY;GPERFTOOLS_TCMALLOC_MINIMAL_LIBRARY;GPERFTOOLS_PROFILER_LIBRARY
(found version "2.4.#define TC_VERSION_PATCH  """)

when running cmake

Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov
Copy link
Contributor Author

retest this please.

@alimaredia
Copy link
Contributor

@tchaikov lgtm, do I need to worry about the make check (arm64) failure?

@tchaikov
Copy link
Contributor Author

thanks for your review @alimaredia ! i don't think it's relevant.

let me try the spell:

retest this please.

@tchaikov
Copy link
Contributor Author

fwiw, #18283 has the same failure of test_objectstore_memstore.sh

[ RUN      ] ObjectStore/StoreTest.Synthetic/0

see http://tracker.ceph.com/issues/20738

@alimaredia alimaredia merged commit 756d539 into ceph:master Oct 13, 2017
@tchaikov tchaikov deleted the wip-cmake branch October 13, 2017 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants