Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Sam Tobin-Hochstadt
On Mon, Jul 5, 2010 at 2:13 PM, Kevin Tew t...@cs.utah.edu wrote: Parallel build of collects is now the default option. This breaks for me, with current master (during 'make install'): raco setup: --- parallel build using 4 processor cores ---

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Kevin Tew
I'm fine with renaming -u to -J. On 07/05/2010 04:37 PM, Eli Barzilay wrote: On Jul 5, Kevin Tew wrote: Parallel build of collects is now the default option. You can change the setup options by specify an environment variable to make install Examples: ; only use one processor

Re: [racket-dev] Parallel Build of Collects

2010-07-02 Thread Matthias Felleisen
Why don't you use make parallel setup the standard? On Jul 2, 2010, at 4:44 PM, Kevin Tew wrote: raco setup -u will build collects in parallel, using all the cores your machine has. rack setup -u -j X ie (-j 2) can be used to throttle parallel build to only use X cores. Parallel

Re: [racket-dev] Parallel Build of Collects

2010-07-02 Thread Robby Findler
Great! Robby On Fri, Jul 2, 2010 at 3:44 PM, Kevin Tew t...@cs.utah.edu wrote: raco setup -u will build collects in parallel, using all the cores your machine has. rack setup -u -j X ie (-j 2) can be used to throttle parallel build to only use X cores. Parallel build is currently done by

Re: [racket-dev] Parallel Build of Collects

2010-07-02 Thread Robby Findler
I'm getting this: [ro...@penghu] ~/git/plt/collects$ raco setup -u /Users/robby/git/exp/plt/bin/raco setup: unknown switch: -u Robby On Fri, Jul 2, 2010 at 3:44 PM, Kevin Tew t...@cs.utah.edu wrote: raco setup -u will build collects in parallel, using all the cores your machine has. rack