| 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 | |
| | 60 | With this patch, building just the Sage library using |
| | 61 | {{{ |
| | 62 | cd spkg |
| | 63 | ./install sage-4.8 # put the correct version here |
| | 64 | }}} |
| | 65 | works fine, also using a parallel build. |
| | 66 | |
| | 67 | Just 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) |
| | 70 | patch |
| | 71 | iconv |
| | 72 | libgpg_error |
| | 73 | libgcrypt |
| | 74 | opencdk |
| | 75 | gnutls |
| | 76 | python |
| | 77 | fortran |
| | 78 | lapack |
| | 79 | atlas |
| | 80 | linbox |
| | 81 | sage |
| | 82 | }}} |