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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 16:54:04 UTC 2022


    Date: Sunday, April 24, 2022 @ 16:54:04
  Author: arojas
Revision: 1189628

-ffat-lto-objects

Modified:
  dsdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 14:38:34 UTC (rev 1189627)
+++ PKGBUILD	2022-04-24 16:54:04 UTC (rev 1189628)
@@ -2,7 +2,7 @@
 # Contributor: Cristóvão D. Sousa <crisjss at gmail.com>
 pkgname=dsdp
 pkgver=5.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A free open source implementation of an interior-point method for semidefinite programming"
 arch=('x86_64')
 url="https://www.mcs.anl.gov/hs/software/DSDP"
@@ -18,6 +18,7 @@
 
   patch make.include < "$srcdir/make.include.patch"
 
+  CFLAGS+=' -ffat-lto-objects' \
   make DSDPROOT="$srcdir/${pkgname^^}$pkgver" dsdpapi
 }
 



More information about the arch-commits mailing list