From 005a14f92ef5d35e4c47d970cb7e69367a835958 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Sep 2012 01:37:39 -0700 Subject: Thu Sep 20 01:37:13 PDT 2012 --- community/sage-mathematics/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/sage-mathematics') diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD index e520c5f69..8a18e68ee 100644 --- a/community/sage-mathematics/PKGBUILD +++ b/community/sage-mathematics/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75207 2012-08-16 01:57:26Z allan $ +# $Id: PKGBUILD 76484 2012-09-19 03:50:08Z dwallace $ # Maintainer: Daniel Wallace # Contributor: Antonio Rojas < nqn1976 @ gmail.com > # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,8 +7,8 @@ # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD pkgname=sage-mathematics -pkgver=5.2 -pkgrel=2 +pkgver=5.3 +pkgrel=1 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') @@ -40,8 +40,7 @@ build() { export MAKE="make -j${SAGE_BUILD_THREADS}" # use archlinux's fortran rather then the one that ships with sage to compile sage's fortran - export SAGE_FORTRAN='/usr/bin/gfortran' - export SAGE_FORTRAN_LIB='/usr/lib/libgfortran.so' + export FC=/usr/bin/gfortran # disable building with debugging support export SAGE_DEBUG='no' @@ -96,5 +95,5 @@ package() { } # vim :set ts=2 sw=2 et: -md5sums=('59f55ec8cdd1ca595c56cc72620b3576' +md5sums=('0de76f570c405ecfaa46839803978542' 'dc391f12b7d17dd37326343ec0e99bbd') -- cgit v1.2.3-54-g00ecf