From 63d179775e063452db6358e15b9847e7fc6c84b6 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Jul 2012 00:01:34 +0000 Subject: Wed Jul 18 00:01:34 UTC 2012 --- community/sage-mathematics/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'community/sage-mathematics/PKGBUILD') 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 # 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/' -- cgit v1.2.3-54-g00ecf