Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Upgrade CMake to version 3.11.4 #1667

Merged
merged 4 commits into from
Aug 28, 2018
Merged

Upgrade CMake to version 3.11.4 #1667

merged 4 commits into from
Aug 28, 2018

Conversation

nickaleks
Copy link
Contributor

Description of the Change

This PR updates minimum CMake version requirements to 3.11.2. This allows using new features such as FetchContent.

Benefits

More features, fewer bugs in CMake.

Possible Drawbacks

Some users will have to manually install CMake when trying to build iroha.

Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>

# Conflicts:
#	irohad/ordering/impl/ordering_gate_transport_grpc.hpp
#	irohad/ordering/impl/ordering_service_impl.cpp
#	test/module/irohad/validation/CMakeLists.txt
Merge pull request #3 from laSinteZ/patch-1

fix: const "size" not matching size of message
Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>
Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>

# Conflicts:
#	irohad/ordering/impl/ordering_gate_transport_grpc.hpp
#	irohad/ordering/impl/ordering_service_impl.cpp
#	test/module/irohad/validation/CMakeLists.txt
Merge pull request #3 from laSinteZ/patch-1

fix: const "size" not matching size of message
Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>
This is brew distributed for mac os

Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>

# Conflicts:
#	irohad/ordering/impl/ordering_gate_transport_grpc.hpp
#	irohad/ordering/impl/ordering_service_impl.cpp
#	test/module/irohad/validation/CMakeLists.txt
Merge pull request #3 from laSinteZ/patch-1

fix: const "size" not matching size of message
Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>
@nickaleks nickaleks requested a review from lebdron August 22, 2018 14:32
@dram
Copy link

dram commented Aug 22, 2018

Just FYI, cmake version in Ubuntu 18.04 LTS is 3.10.2.

https://packages.ubuntu.com/bionic/cmake

@nickaleks
Copy link
Contributor Author

Yep, but we will need the functionality introduced in 3.11 in the future. Downloading and installing CMake is very straightforward, and all our development containers do that.

@dram
Copy link

dram commented Aug 22, 2018

Ok, np.

@nickaleks nickaleks requested a review from bakhtin August 23, 2018 06:20
Copy link
Contributor

@lebdron lebdron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is android dockerfile also supported at the moment? https://github.com/hyperledger/iroha/blob/47304cc034986f1b578e3c1eece210b76b09c037/docker/android/Dockerfile#L1 @bakhtin
The latest cmake version in homebrew is 3.12.1 https://formulae.brew.sh/formula/cmake , so I do not think there is any benefit from using 3.11.2 instead of 3.11.4
This file https://github.com/hyperledger/iroha/blob/47304cc034986f1b578e3c1eece210b76b09c037/docs/source/guides/libraries/nodejs.rst#prerequisites-1 should be either removed, or updated.

Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>

# Conflicts:
#	irohad/ordering/impl/ordering_gate_transport_grpc.hpp
#	irohad/ordering/impl/ordering_service_impl.cpp
#	test/module/irohad/validation/CMakeLists.txt
Merge pull request #3 from laSinteZ/patch-1

fix: const "size" not matching size of message
Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>
@nickaleks nickaleks changed the title Upgrade CMake to version 3.11.2 Upgrade CMake to version 3.11.4 Aug 23, 2018
RUN set -e; \
git clone https://gitlab.kitware.com/cmake/cmake.git /tmp/cmake; \
(cd /tmp/cmake ; git checkout 316bd45439ad8ced6b31bcb10303a788038387ef); \
(cd /tmp/cmake ; /tmp/cmake/bootstrap --system-curl --parallel=${PARALLELISM} --enable-ccache); \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no PARALLELISM parameter defined. See other Docker files for how to setup it properly.

@bakhtin
Copy link
Contributor

bakhtin commented Aug 24, 2018

Android Docker image will soon be removed as we're migrating to a separate libiroha repo. Yet do we need to bump CMake version in that repo? Will we be using any new CMake functionality there?

@nickaleks
Copy link
Contributor Author

Since it is not removed yet, we need to make sure the project can be built there.

@l4l l4l added the version bump Upgrading component(s) version label Aug 27, 2018
@nickaleks nickaleks changed the base branch from develop to dev August 28, 2018 09:38
@nickaleks nickaleks merged commit 5ff5de0 into dev Aug 28, 2018
@nickaleks nickaleks deleted the feature/cmake-version-11 branch August 28, 2018 09:47
bakhtin pushed a commit that referenced this pull request Nov 2, 2018
This allows the usage of FetchContent which is useful for CMake based dependencies

Signed-off-by: Nikita Alekseev <n.alekseev2104@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
version bump Upgrading component(s) version
Development

Successfully merging this pull request may close these issues.

None yet

5 participants