First time here? Check out the FAQ!

Ask Your Question
1

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

asked 8 years ago

Sébastien gravatar image

updated 8 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 8 years ago

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.

Preview: (hide)
link

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: 8 years ago

Seen: 319 times

Last updated: Oct 13 '16