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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:14:47 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:14:47
  Author: arojas
Revision: 1191685

-ffat-lto-objects

Modified:
  python2-numpy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:07:23 UTC (rev 1191684)
+++ PKGBUILD	2022-04-28 18:14:47 UTC (rev 1191685)
@@ -5,7 +5,7 @@
 
 pkgname=python2-numpy
 pkgver=1.16.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python 2"
 arch=('x86_64')
 license=('custom')
@@ -26,6 +26,7 @@
 
 build() {
   cd numpy-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   python2 setup.py build
 }
 



More information about the arch-commits mailing list