Revision 4,
416 bytes
checked in by ajaworski, 13 years ago
(diff) |
Added modified SAGE sources
|
Rev | Line | |
---|
[4] | 1 | To build the SAGE RPM: |
---|
| 2 | rpmbuild -ba SPECS/sage.spec |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | Directory /etc/profile.d: |
---|
| 6 | |
---|
| 7 | file sage.csh: |
---|
| 8 | # Add paths for the SAGE package |
---|
| 9 | setenv SAGE_DIRECTORY /usr/local/sage |
---|
| 10 | setenv PATH ${PATH}:${SAGE_DIRECTORY}/bin |
---|
| 11 | |
---|
| 12 | file sage.sh: |
---|
| 13 | # Add paths for the SAGE package |
---|
| 14 | export SAGE_DIRECTORY=/usr/local/sage |
---|
| 15 | export PATH="$PATH:$SAGE_DIRECTORY/bin" |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | Directory /etc/ld.so.conf.d: |
---|
| 21 | |
---|
| 22 | file sage.conf: |
---|
| 23 | /usr/local/sage/lib64 |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.