Changes between Version 1 and Version 2 of Ticket #12329


Ignore:
Timestamp:
01/20/12 04:37:54 (16 months ago)
Author:
jdemeyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12329

    • Property Status changed from new to needs_review
    • Property Summary changed from Removed unneeded dependencies of the Sage library to Remove unneeded dependencies of the Sage library
  • Ticket #12329 – Description

    v1 v2  
    5656However, only components which are needed at build-time should be listed here. 
    5757 
    58 Apply [attachment:12329_prune_deps.patch] to the sage root repository. 
     58'''Apply''' [attachment:12329_prune_deps.patch] to the sage root repository. 
     59 
     60With this patch, building just the Sage library using 
     61{{{ 
     62cd spkg 
     63./install sage-4.8   # put the correct version here 
     64}}} 
     65works fine, also using a parallel build. 
     66 
     67Just for information: using "make -j", this is the critical path to build the Sage library (every packge in this list depends on the one just above it): 
     68{{{ 
     69(base) 
     70patch 
     71iconv 
     72libgpg_error 
     73libgcrypt 
     74opencdk 
     75gnutls 
     76python 
     77fortran 
     78lapack 
     79atlas 
     80linbox 
     81sage 
     82}}}