Ask Your Question
0

sage installation

asked 2012-11-17 10:37:56 +0200

anonymous user

Anonymous

Hello. I have compiled Sage from source(it took 2 days o_O). sage directory is now 4.5G. Can i clean it up so that it takes up less disk space, saving it's functionality? How?

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
0

answered 2012-11-21 12:57:39 +0200

Judge_Dredd gravatar image

http://linuxcomps.campus.mipt.ru/shar... before make micro_release

edit flag offensive delete link more
0

answered 2012-11-20 13:49:41 +0200

Judge_Dredd gravatar image

x86, ubuntu 10.04 . I'll post install log as soon as i get a chance.

edit flag offensive delete link more
0

answered 2012-11-19 13:41:40 +0200

Judge_Dredd gravatar image

thx, but make micro_release died with SIGSEGV, rendering sage inoperative.

edit flag offensive delete link more

Comments

what platform (cpu architecture and operating system) are you compiling on?

benjaminfjones gravatar imagebenjaminfjones ( 2012-11-20 00:18:34 +0200 )edit

can you post the install.log file somewhere publicly accessible?

benjaminfjones gravatar imagebenjaminfjones ( 2012-11-20 00:19:05 +0200 )edit
0

answered 2012-11-17 16:17:18 +0200

benjaminfjones gravatar image

There are a couple of make targets for this. From $SAGE_ROOT You can run:

> make micro_release  # strips binaries and library files and removes build artifacts

If you want to do less than that, you can try:

> make clean   # will remove spkg build artifacts

If you don't want local documentation, you can remove it also:

> make doc-clean   # removes local documentation

Don't use the distclean make target because that deletes all results of compilation (so Sage won't work anymore).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-11-17 10:37:56 +0200

Seen: 471 times

Last updated: Nov 21 '12