Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a distcc-like tool for GHC?

Are there any tools like distcc for GHC? Or other more primitive tricks for doing distributed compilation?

I realize GHC is extremely version sensitive. Is this impractical since GHC doesn't yet support cross-compilation?

like image 912
Jeff Burdges Avatar asked Apr 25 '12 20:04

Jeff Burdges


1 Answers

In the past I've configured distcc to invoke GHC as its compiler -- that works nicely in heterogeneous cluster environments (over ssh). I'm not aware of any other mechanism.

like image 50
Don Stewart Avatar answered Sep 23 '22 18:09

Don Stewart