Ask Your Question
1

What are all the tricks to install Sage from source faster?

asked 2016-10-13 13:20:10 +0200

Sébastien gravatar image

updated 2016-10-13 13:29:16 +0200

Like using parallel capacities or avoiding to compile some libraries or set some environment variables, etc.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2016-10-13 17:23:39 +0200

Building in parallel is described in the README.md file in Sage's main directory: export MAKE="make -j4" (for 4 threads) and then make. There may be other tricks for speeding things up depending on the platform. Try reading Sage's installation guide for tips. It certainly describes the relevant environment variables.

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

1 follower

Stats

Asked: 2016-10-13 13:20:10 +0200

Seen: 257 times

Last updated: Oct 13 '16