Some questions from playing around with hashdist a bit:

* How do I build packages in parallel?
* I can't build Python on Fedora 20? What are the actual hashdist 
dependencies?
 
On Monday, June 16, 2014 5:53:36 AM UTC+1, Chris Kees wrote:
>
> * Modular, allowing for easy experimentation with per-package backends
>>
> not sure I understand this point
>

By which I mean: You don't have to drink the cool-aid all the way if you 
don't want to.. Packages can define alternative builders, (a Python class 
named by the builder.type key) that handles the package. For example there 
is a:

--------------------------
name:
    sage_c_library

category:
    standard

source:
    - src/c_lib
        
builder:
    type:     ShellCommands
    workdir:    src/c_lib
    commands:  
        - source ../bin/sage-env && scons -Q install

depends:
    compile:
        - scons
    hard:
        - mpir
        - ntl
        - pari
        - python
--------------------------



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to