Just started over with Samuel's instructions, will update when it's done!

On Friday, April 27, 2018 at 8:57:36 AM UTC-4, Samuel Lelievre wrote:
>
> Tips for building under macOS:
>
> - Check the number of cores you have with the command
>
>       $ sysctl -n hw.ncpu
>
> - Before running `make`, run the following two lines:
>
>       $ export 
> PATH='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin'
>
>   (this is to remove /usr/local/bin from your PATH while you build Sage)
>
>       $ export MAKE='make -j4'
>
>   (this is to build in parallel, using 4 cores; you can change 4
>   to whatever you get as the output of `sysctl -n hw.ncpu`).
> ​
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to