Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234610 - app-office/openoffice-* should use parallel builds
Summary: app-office/openoffice-* should use parallel builds
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 10:26 UTC by Arne Brutschy
Modified: 2008-08-13 11:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Brutschy 2008-08-13 10:26:56 UTC
app-office/openoffice is quite a huge build. Building in parallel speeds up builds considerably and makes a lot of sense nowadays as dual- and quadcore systems are more and more present on the user's side.

The portage system already supports parallel builds for standard make, which works quite fine. I don't know the build system for openoffice, but it would be nice to have something like 'make -j 4' there as well.

Reproducible: Always

Steps to Reproduce:
1. emerge openoffice

Actual Results:  
see that it uses only one cpu and takes ages

Expected Results:  
use all available/configure amount of cpus and build faster :)
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-08-13 10:56:58 UTC
It already does, you just need to add 'WANT_MP=true' to your /etc/make.conf
Comment 2 Arne Brutschy 2008-08-13 11:12:46 UTC
*blush*
Thanks.