[arch-commits] Commit in python-numpy/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Mon Feb 21 12:18:28 UTC 2011


    Date: Monday, February 21, 2011 @ 07:18:28
  Author: stephane
Revision: 110670

upgpkg: python-numpy 1.5.1-2
python 3.2 rebuild

Modified:
  python-numpy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-21 12:02:14 UTC (rev 110669)
+++ PKGBUILD	2011-02-21 12:18:28 UTC (rev 110670)
@@ -6,7 +6,7 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python3-numpy')
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -39,7 +39,7 @@
   optdepends=('python-nose: testsuite')
 
   cd "${srcdir}/numpy-py2-${pkgver}"
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}"
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}" --optimize=1
 
   install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
@@ -54,7 +54,7 @@
   depends=('lapack' 'python')
 
   cd "${srcdir}/numpy-${pkgver}"
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}"
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root="${pkgdir}" --optimize=1
 
   install -m755 -d "${pkgdir}/usr/share/licenses/python3-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python3-numpy/"




More information about the arch-commits mailing list