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

Antonio Rojas arojas at archlinux.org
Thu Mar 18 07:42:15 UTC 2021


    Date: Thursday, March 18, 2021 @ 07:42:15
  Author: arojas
Revision: 894297

Abort when some package fails to build

Modified:
  gap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 03:16:11 UTC (rev 894296)
+++ PKGBUILD	2021-03-18 07:42:15 UTC (rev 894297)
@@ -56,7 +56,7 @@
   export CXXFLAGS+=" -I/usr/include/cxsc" # Find c-xsc headers
   export LDFLAGS+=" -L$srcdir/gap-$pkgver/tmp-install -lgap" # See https://trac.sagemath.org/ticket/27372
   export LD_LIBRARY_PATH="$srcdir"/gap-$pkgver/tmp-install
-  ../bin/BuildPackages.sh
+  ../bin/BuildPackages.sh --strict
 }
 
 _standardpkgs=(GAPDoc-* primgrp-* SmallGrp-* transgrp atlasrep autpgrp-* alnuth-* crisp-* ctbllib-* FactInt-* fga irredsol-* laguna-*



More information about the arch-commits mailing list