termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

Package Request: Sage

Open tigran123 opened this issue 7 years ago • 3 comments

I know it may be too much to ask (as we are struggling to get even subcomponents like scipy or matplotlib), but in principle it would be very nice to have Sage compiled in Termux. At present the smallest device running Sage is Kobo Aura HD, see this post on Mobileread:

http://www.mobileread.com/forums/showpost.php?p=3391897&postcount=103

and screenshot below:

screenshot-sage

tigran123 avatar Sep 14 '16 08:09 tigran123

scipy matplotlib working... i also have R working... From looking at http://www.sagemath.org/links-components.html ... boost is the hard one.

its-pointless avatar Jan 24 '17 10:01 its-pointless

And I have maxima working. So, we have a basically working console-based scientific workstation in Termux. So, nobody carrying an Android device in their pocket has any more excuse for not making fundamental discoveries which require computer simulations :)

tigran123 avatar Jan 24 '17 10:01 tigran123

For anyone like me looking how to get this working, install proot which enables you to run Linux inside a VM, then install ubuntu, and install sage math.

pkg install proot-distro
proot-distro install ubuntu
apt update
apt install sagemath

narodnik avatar Jul 31 '22 21:07 narodnik