Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

During 2.1.0-rc1 builds on ubuntu 18.04, use oob cmake instead compiling it if it doesn't exist #9789

Closed
matthewdarwin opened this issue Dec 15, 2020 · 1 comment

Comments

@matthewdarwin
Copy link

Once this issue #9787 is committed, it looks like the ubuntu provided cmake should be fine to use.
Thus the dependency checker should check for it instead of compiling one if it doesn't exist. This would reduce compile time.

Here is the output from the current dependency checker, which doesn't check for cmake:


=====================================================================================
======================= Starting EOSIO Dependency Install ===========================
Architecture: Linux
OS name: Ubuntu
OS Version: 18.04
CPU cores: 4
Physical Memory: 65G
Disk space total: 3602G
Disk space available: 2941G
[Ensuring package dependencies]
 - git ok
 - make ok
 - bzip2 ok
 - automake ok
 - libbz2-dev ok
 - libssl-dev ok
 - doxygen ok
 - graphviz ok
 - libgmp3-dev ok
 - autotools-dev ok
 - python2.7 ok
 - python2.7-dev ok
 - python3 ok
 - python3-dev ok
 - autoconf ok
 - libtool ok
 - curl ok
 - zlib1g-dev ok
 - sudo ok
 - ruby ok
 - libusb-1.0-0-dev ok
 - libcurl4-gnutls-dev ok
 - pkg-config ok
 - patch ok
 - lsb-release ok
 - gnupg ok
 - No required package dependencies to install.
```
@matthewdarwin matthewdarwin changed the title During 2.1.0-rc1 builds on ubutntu 18.04, use oob cmake instead compiling it if it doesn't exist During 2.1.0-rc1 builds on ubuntu 18.04, use oob cmake instead compiling it if it doesn't exist Dec 17, 2020
@sanaraufx
Copy link

Fixed in rc3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants