Task #2192
closed
Gcc and boost installation
100%
Description
gcc 4.9 and boost (>= 1.55) are required on the statistical-manager.d machine
Updated by Tommaso Piccioli over 9 years ago
- Assignee changed from Tommaso Piccioli to _InfraScience Systems Engineer
Updated by Andrea Dell'Amico over 9 years ago
- Status changed from New to In Progress
Ubuntu precise is too old to satisfy your requirements. On Ubuntu 12.04 gcc 4.6 and boost 1.46 are available.
Updated by Andrea Dell'Amico over 9 years ago
No, there's a repo for boost 1.55. I'm going to install it, then I'll download and try to compile the quickrank package.
Updated by Andrea Dell'Amico over 9 years ago
I've found out that there's a repo for newer versions of the gcc tools. With g++4.8 (and a modification to the makefile that does not find the right g++ version), it's compiling.
Updated by Andrea Dell'Amico over 9 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
For the record, the installed tool comes from this git repository: http://quickrank.isti.cnr.it/?page_id=11
and it compiled correctly against g++4.9.
You can find the binary in /home/gcube/quickrank/bin
.
There's an ansible playbook that replicates all the steps but the makefile changes (that consist in setting CXX=g++-4.8 and removing the broken conditionals that tries to find the right executable).
Updated by Gianpaolo Coro over 9 years ago
- Status changed from Feedback to Paused
- Priority changed from Urgent to Normal
This has not been verified by the SoBigData team. I made trivial tests and they were successful.
I put this ticket in pause status.
Updated by Pasquale Pagano over 9 years ago
- Tracker changed from Support to Task
Updated by Gianpaolo Coro about 9 years ago
Just one note: to make quickrank compile correctly, the required compilator version is g++ 5
Updated by Andrea Dell'Amico about 9 years ago
Gianpaolo Coro wrote:
Just one note: to make quickrank compile correctly, the required compilator version is g++ 5
The ansible playbook has been update accordingly.
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from Paused to In Progress
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from In Progress to Feedback
Updated by Andrea Dell'Amico about 9 years ago
May I close it? A new one should be opened with the installation instructions into the definitive place.
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from Feedback to Closed