diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-27 23:16:06 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 01:23:22 -0300 |
commit | 734dcb9ec0b621fd1b9b93f1fc85a89ae2099302 (patch) | |
tree | fe09c6f4560a49678eb8182bfe54cc117823d549 /libre | |
parent | b4ce4205bfa7007d84f50c07a82b10c94bd5b912 (diff) | |
download | abslibre-734dcb9ec0b621fd1b9b93f1fc85a89ae2099302.tar.gz abslibre-734dcb9ec0b621fd1b9b93f1fc85a89ae2099302.tar.bz2 abslibre-734dcb9ec0b621fd1b9b93f1fc85a89ae2099302.zip |
sagemath: add armv7h
Diffstat (limited to 'libre')
-rw-r--r-- | libre/sagemath/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/sagemath/PKGBUILD b/libre/sagemath/PKGBUILD index 5732dcf83..292176d53 100644 --- a/libre/sagemath/PKGBUILD +++ b/libre/sagemath/PKGBUILD @@ -13,7 +13,7 @@ pkgname=sagemath pkgver=7.1 pkgrel=9.parabola1 pkgdesc="Free Mathematics Software, free software replacement of Magma, Maple, Mathematica, and Matlab, without nonfree nauty support" -arch=(i686 x86_64) +arch=(i686 x86_64 armv7h) url="http://www.sagemath.org" license=(GPL) depends=(ipython2 cysignals ppl mpfi palp brial singular cliquer maxima-ecl gfan sympow tachyon python2-rpy2 |