summaryrefslogtreecommitdiff
path: root/community/sage-mathematics
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-18 00:01:34 +0000
committerroot <root@rshg054.dnsready.net>2012-07-18 00:01:34 +0000
commit63d179775e063452db6358e15b9847e7fc6c84b6 (patch)
tree0082531329e5caae873c4eb5f1fbd41d2a98d938 /community/sage-mathematics
parent412d061bfbf23d1e908eed3f8405b1af46fb1ba8 (diff)
Wed Jul 18 00:01:34 UTC 2012
Diffstat (limited to 'community/sage-mathematics')
-rw-r--r--community/sage-mathematics/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD
index 437ee0aa5..efa5f6f66 100644
--- a/community/sage-mathematics/PKGBUILD
+++ b/community/sage-mathematics/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73587 2012-07-10 20:04:25Z dwallace $
+# $Id: PKGBUILD 73902 2012-07-16 23:37:35Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -8,7 +8,7 @@
pkgname=sage-mathematics
pkgver=5.1
-pkgrel=1
+pkgrel=2
pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
url='http://www.sagemath.org'
arch=('i686' 'x86_64')
@@ -53,6 +53,11 @@ build() {
# comment out if you're only building it for yourself
export SAGE_FAT_BINARY='yes'
+ # set ATLAS_ARCH to provide the most compatibility. try fast or just leaving it black if
+ # compiling for yourself. http://trac.sagemath.org/sage_trac/ticket/10226
+ # export SAGE_ATLAS_ARCH=fast
+ export SAGE_ATLAS_ARCH=base
+
# can't write to root in a clean chroot
export DOT_SAGE='/build/src/'